diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-08-23 17:20:12 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-08-23 17:20:12 +0000 |
commit | fd43e56e21c2e99d935a8f8d7daef7506eaf4065 (patch) | |
tree | 296a322083d3fe8a0fe770de8896b64000d60157 | |
parent | Remove redundant entry from SRC_URI. (diff) | |
download | gentoo-2-fd43e56e21c2e99d935a8f8d7daef7506eaf4065.tar.gz gentoo-2-fd43e56e21c2e99d935a8f8d7daef7506eaf4065.tar.bz2 gentoo-2-fd43e56e21c2e99d935a8f8d7daef7506eaf4065.zip |
Stable on amd64 wrt bug #378345
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
-rw-r--r-- | net-misc/nxclient/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/nxclient/nxclient-3.5.0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/nxclient/ChangeLog b/net-misc/nxclient/ChangeLog index 720652826c57..270f26c417b2 100644 --- a/net-misc/nxclient/ChangeLog +++ b/net-misc/nxclient/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/nxclient # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v 1.93 2011/08/20 04:23:28 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v 1.94 2011/08/23 17:20:12 hwoarang Exp $ + + 23 Aug 2011; Markos Chandras <hwoarang@gentoo.org> nxclient-3.5.0.7.ebuild: + Stable on amd64 wrt bug #378345 20 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> nxclient-3.5.0.7.ebuild: x86 stable wrt security bug #378345 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" |