Bump
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit versionator
|
||||
EAPI=8
|
||||
inherit toolchain-funcs wrapper desktop
|
||||
|
||||
MAJOR_PV="$(get_version_component_range 1-3)"
|
||||
FULL_PV="${MAJOR_PV}-$(get_version_component_range 4)"
|
||||
MAJOR_PV="$(ver_cut 1-3)"
|
||||
FULL_PV="${MAJOR_PV}-$(ver_cut 4)"
|
||||
DESCRIPTION="X11/VNC/NXServer client (remote desktops over low-bandwidth links)"
|
||||
HOMEPAGE="http://www.nomachine.com/"
|
||||
SRC_URI="amd64? ( http://ftp.disconnected-by-peer.at/NX/Linux/nxclient-${FULL_PV}.x86_64.tar.gz )
|
||||
|
||||
Reference in New Issue
Block a user