diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-02-18 17:49:38 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-02-18 17:49:38 +0000 |
commit | 8782979fc3288d952ca8ce7cc6cef58ccbfb7301 (patch) | |
tree | c6e820196aca32ecaa90b4b3939450187498ca3b /net-misc/nxclient | |
parent | stable ppc64, bug 210277 (diff) | |
download | gentoo-2-8782979fc3288d952ca8ce7cc6cef58ccbfb7301.tar.gz gentoo-2-8782979fc3288d952ca8ce7cc6cef58ccbfb7301.tar.bz2 gentoo-2-8782979fc3288d952ca8ce7cc6cef58ccbfb7301.zip |
stable x86, security bug 210317
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc/nxclient')
-rw-r--r-- | net-misc/nxclient/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/nxclient/nxclient-3.1.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/nxclient/ChangeLog b/net-misc/nxclient/ChangeLog index dbc37f5554d0..c4e9c7406bfa 100644 --- a/net-misc/nxclient/ChangeLog +++ b/net-misc/nxclient/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/nxclient # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v 1.61 2008/02/08 10:04:37 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/ChangeLog,v 1.62 2008/02/18 17:49:38 opfer Exp $ + + 18 Feb 2008; Christian Faulhammer <opfer@gentoo.org> + nxclient-3.1.0.ebuild: + stable x86, security bug 210317 *nxclient-3.1.0-r1 (08 Feb 2008) diff --git a/net-misc/nxclient/nxclient-3.1.0.ebuild b/net-misc/nxclient/nxclient-3.1.0.ebuild index a2ee01612b17..b2e156240c65 100644 --- a/net-misc/nxclient/nxclient-3.1.0.ebuild +++ b/net-misc/nxclient/nxclient-3.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/nxclient-3.1.0.ebuild,v 1.2 2008/02/08 10:04:37 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxclient/nxclient-3.1.0.ebuild,v 1.3 2008/02/18 17:49:38 opfer Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="amd64? ( http://64.34.161.181/download/${PV}/Linux/nxclient-${MY_PV}.x8 x86? ( http://64.34.161.181/download/${PV}/Linux/nxclient-${MY_PV}.i386.tar.gz )" LICENSE="nomachine" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" RESTRICT="strip" |