diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-11-14 14:59:36 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-11-14 14:59:36 +0000 |
commit | 7cb5f674ed9f5d6167943b1ed28df48c17527a57 (patch) | |
tree | 7ed3c3896b98071c504323bcadb3553e1696845d /net-misc | |
parent | alpha/ia64/sparc stable wrt #198845 (diff) | |
download | gentoo-2-7cb5f674ed9f5d6167943b1ed28df48c17527a57.tar.gz gentoo-2-7cb5f674ed9f5d6167943b1ed28df48c17527a57.tar.bz2 gentoo-2-7cb5f674ed9f5d6167943b1ed28df48c17527a57.zip |
amd64 stable, bug 195588
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/icaclient/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/icaclient/icaclient-10.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/icaclient/ChangeLog b/net-misc/icaclient/ChangeLog index b5caca04917f..0f5149a212fe 100644 --- a/net-misc/icaclient/ChangeLog +++ b/net-misc/icaclient/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/icaclient # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.38 2007/10/14 06:52:35 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.39 2007/11/14 14:59:36 beandog Exp $ + + 14 Nov 2007; Steve Dibb <beandog@gentoo.org> icaclient-10.6.ebuild: + amd64 stable, bug 195588 14 Oct 2007; Christian Faulhammer <opfer@gentoo.org> icaclient-10.6.ebuild: diff --git a/net-misc/icaclient/icaclient-10.6.ebuild b/net-misc/icaclient/icaclient-10.6.ebuild index d9ddf9e87e96..bf2d72661c01 100644 --- a/net-misc/icaclient/icaclient-10.6.ebuild +++ b/net-misc/icaclient/icaclient-10.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-10.6.ebuild,v 1.4 2007/10/14 06:52:35 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-10.6.ebuild,v 1.5 2007/11/14 14:59:36 beandog Exp $ inherit eutils multilib rpm @@ -10,7 +10,7 @@ SRC_URI="http://download2.citrix.com/FILES/en/products/Linux10/ICAClient-${PV}-1 LICENSE="as-is" SLOT="0" -KEYWORDS="-* ~amd64 x86" +KEYWORDS="-* amd64 x86" IUSE="" RESTRICT="fetch strip userpriv" |