diff options
author | 2005-07-19 13:31:20 +0000 | |
---|---|---|
committer | 2005-07-19 13:31:20 +0000 | |
commit | 984f27d313d00574972a83eb1ebf6cabb3994578 (patch) | |
tree | c33a5bcd19c44e553acff744470c639d02385a30 /net-analyzer/isic | |
parent | Remove i18n code, not needed for 0.18.x (#99414). (diff) | |
download | historical-984f27d313d00574972a83eb1ebf6cabb3994578.tar.gz historical-984f27d313d00574972a83eb1ebf6cabb3994578.tar.bz2 historical-984f27d313d00574972a83eb1ebf6cabb3994578.zip |
Added to ~ppc
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-analyzer/isic')
-rw-r--r-- | net-analyzer/isic/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/isic/isic-0.06.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/isic/ChangeLog b/net-analyzer/isic/ChangeLog index 4ae1ff125de0..eb82a807bf88 100644 --- a/net-analyzer/isic/ChangeLog +++ b/net-analyzer/isic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/isic # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/ChangeLog,v 1.8 2005/04/10 18:08:03 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/ChangeLog,v 1.9 2005/07/19 13:29:29 dholm Exp $ + + 19 Jul 2005; David Holm <dholm@gentoo.org> isic-0.06.ebuild: + Added to ~ppc. 10 Apr 2005; Marcelo Goes <vanquirius@gentoo.org> +files/isic-0.06-gcc4.patch, isic-0.06.ebuild: diff --git a/net-analyzer/isic/isic-0.06.ebuild b/net-analyzer/isic/isic-0.06.ebuild index 4445e6bcd62f..18df89731e0b 100644 --- a/net-analyzer/isic/isic-0.06.ebuild +++ b/net-analyzer/isic/isic-0.06.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/isic-0.06.ebuild,v 1.3 2005/04/10 18:08:03 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/isic-0.06.ebuild,v 1.4 2005/07/19 13:29:29 dholm Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.packetfactory.net/projects/ISIC/${P}.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~ppc x86" IUSE="" DEPEND=">=net-libs/libnet-1.1" |