diff options
author | Mike Auty <ikelos@gentoo.org> | 2007-05-22 10:40:31 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2007-05-22 10:40:31 +0000 |
commit | 56c16962b4beaa75faa50e4311cc13de7ad50a4a (patch) | |
tree | 38d0b8e25be08f763907505f7a81117221782d74 /net-analyzer/nipper/nipper-0.9.5.ebuild | |
parent | Initial bump. (diff) | |
download | gentoo-2-56c16962b4beaa75faa50e4311cc13de7ad50a4a.tar.gz gentoo-2-56c16962b4beaa75faa50e4311cc13de7ad50a4a.tar.bz2 gentoo-2-56c16962b4beaa75faa50e4311cc13de7ad50a4a.zip |
Keywording ~amd64 after reports that it works fine on amd64.
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-analyzer/nipper/nipper-0.9.5.ebuild')
-rw-r--r-- | net-analyzer/nipper/nipper-0.9.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nipper/nipper-0.9.5.ebuild b/net-analyzer/nipper/nipper-0.9.5.ebuild index 61518a275e22..dcc0cc2ece91 100644 --- a/net-analyzer/nipper/nipper-0.9.5.ebuild +++ b/net-analyzer/nipper/nipper-0.9.5.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-analyzer/nipper/nipper-0.9.5.ebuild,v 1.1 2007/05/09 14:40:18 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nipper/nipper-0.9.5.ebuild,v 1.2 2007/05/22 10:40:31 ikelos Exp $ inherit toolchain-funcs eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="sys-libs/glibc" |