diff options
Diffstat (limited to 'net-misc/nxclient/nxclient-3.5.0.7.ebuild')
-rw-r--r-- | net-misc/nxclient/nxclient-3.5.0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/nxclient/nxclient-3.5.0.7.ebuild b/net-misc/nxclient/nxclient-3.5.0.7.ebuild index 5da563f964b8..32ad52ba617d 100644 --- a/net-misc/nxclient/nxclient-3.5.0.7.ebuild +++ b/net-misc/nxclient/nxclient-3.5.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/nxclient-3.5.0.7.ebuild,v 1.2 2011/08/20 04:23:28 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/nxclient-3.5.0.7.ebuild,v 1.3 2011/08/23 17:20:12 hwoarang Exp $ EAPI=2 inherit eutils versionator @@ -13,7 +13,7 @@ SRC_URI="amd64? ( http://64.34.161.181/download/${MAJOR_PV}/Linux/nxclient-${FUL x86? ( http://64.34.161.181/download/${MAJOR_PV}/Linux/nxclient-${FULL_PV}.i386.tar.gz )" LICENSE="nomachine" SLOT="0" -KEYWORDS="-* ~amd64 x86" +KEYWORDS="-* amd64 x86" IUSE="cups" RESTRICT="strip" |