diff options
author | Malcolm Lashley <malc@gentoo.org> | 2004-07-06 03:10:06 +0000 |
---|---|---|
committer | Malcolm Lashley <malc@gentoo.org> | 2004-07-06 03:10:06 +0000 |
commit | a2871bb7e90231ed3d516792d744d8c70308c1fe (patch) | |
tree | 0c8fa0d4a45a13c848f3e3e6c7b24d38c76e3932 /net-analyzer/portsentry | |
parent | Keyword ~amd64, closes bug #56037 (Manifest recommit) (diff) | |
download | gentoo-2-a2871bb7e90231ed3d516792d744d8c70308c1fe.tar.gz gentoo-2-a2871bb7e90231ed3d516792d744d8c70308c1fe.tar.bz2 gentoo-2-a2871bb7e90231ed3d516792d744d8c70308c1fe.zip |
Add ~amd64 keyword, fixes bug #56038
Diffstat (limited to 'net-analyzer/portsentry')
-rw-r--r-- | net-analyzer/portsentry/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/portsentry/portsentry-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/portsentry/ChangeLog b/net-analyzer/portsentry/ChangeLog index 9ac0c774d428..2ed97a7c4cf4 100644 --- a/net-analyzer/portsentry/ChangeLog +++ b/net-analyzer/portsentry/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/portsentry # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portsentry/ChangeLog,v 1.15 2004/06/24 22:15:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portsentry/ChangeLog,v 1.16 2004/07/06 03:10:06 malc Exp $ + + 06 Jul 2004; <malc@gentoo.org> portsentry-1.2.ebuild: + Add ~amd64 keyword, fixes bug #56038 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> portsentry-1.2.ebuild: Add inherit eutils diff --git a/net-analyzer/portsentry/portsentry-1.2.ebuild b/net-analyzer/portsentry/portsentry-1.2.ebuild index 6188831ce1ae..1a935639b083 100644 --- a/net-analyzer/portsentry/portsentry-1.2.ebuild +++ b/net-analyzer/portsentry/portsentry-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portsentry/portsentry-1.2.ebuild,v 1.4 2004/06/24 22:15:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portsentry/portsentry-1.2.ebuild,v 1.5 2004/07/06 03:10:06 malc Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/sentrytools/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="~x86 ~ppc ~sparc ~amd64" DEPEND=">=sys-apps/sed-4" S=${WORKDIR}/${PN}_beta |