diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-08-16 19:26:06 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-08-16 19:26:06 +0000 |
commit | acf8cba7098fc4774c077cd0bb4ef79ea4dbb004 (patch) | |
tree | e91364aa37d29afa46a7c0e76a4ea31b36152899 /net-analyzer/isic | |
parent | stable amd64 (diff) | |
download | historical-acf8cba7098fc4774c077cd0bb4ef79ea4dbb004.tar.gz historical-acf8cba7098fc4774c077cd0bb4ef79ea4dbb004.tar.bz2 historical-acf8cba7098fc4774c077cd0bb4ef79ea4dbb004.zip |
~amd64
Package-Manager: portage-2.0.51.22-r2
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 c37b3571c330..4adb31f5d017 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.10 2005/07/29 23:50:49 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/ChangeLog,v 1.11 2005/08/16 19:25:29 blubb Exp $ + + 16 Aug 2005; Simon Stelling <blubb@gentoo.org> isic-0.06.ebuild: + added ~amd64 keyword 29 Jul 2005; Daniel Black <dragonheart@gentoo.org> isic-0.06.ebuild: removed die from epatch || die. diff --git a/net-analyzer/isic/isic-0.06.ebuild b/net-analyzer/isic/isic-0.06.ebuild index ea97988f4399..9fcb7626359d 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.5 2005/07/29 23:50:49 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/isic-0.06.ebuild,v 1.6 2005/08/16 19:25:29 blubb Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.packetfactory.net/projects/ISIC/${P}.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="~ppc x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" DEPEND=">=net-libs/libnet-1.1" |