diff options
author | Peter Weller <welp@gentoo.org> | 2007-04-24 19:54:40 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-04-24 19:54:40 +0000 |
commit | 6066f1503cf7dfc648a7226f3462b491106ccf57 (patch) | |
tree | 2b4f04ad7e90bbca949a5fa3d33ae29593e6a645 /net-analyzer/arpoison | |
parent | Fix bogus install locations thanks to Yaroslav Isakov <yar_tour@mail333.com> ... (diff) | |
download | gentoo-2-6066f1503cf7dfc648a7226f3462b491106ccf57.tar.gz gentoo-2-6066f1503cf7dfc648a7226f3462b491106ccf57.tar.bz2 gentoo-2-6066f1503cf7dfc648a7226f3462b491106ccf57.zip |
Keyworded ~amd64 wrt bug 175703
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-analyzer/arpoison')
-rw-r--r-- | net-analyzer/arpoison/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/arpoison/arpoison-0.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/arpoison/ChangeLog b/net-analyzer/arpoison/ChangeLog index b880475a6042..38e94c41d33f 100644 --- a/net-analyzer/arpoison/ChangeLog +++ b/net-analyzer/arpoison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/arpoison -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/ChangeLog,v 1.6 2006/10/29 18:05:33 pva Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/ChangeLog,v 1.7 2007/04/24 19:54:40 welp Exp $ + + 24 Apr 2007; Peter Weller <welp@gentoo.org> arpoison-0.6.ebuild: + Keyworded ~amd64 wrt bug 175703 29 Oct 2006; Peter Volkov <pva@gentoo.org> arpoison-0.6.ebuild: Fix RDEPEND bug #153242. Thank Evil Compile Person for report. diff --git a/net-analyzer/arpoison/arpoison-0.6.ebuild b/net-analyzer/arpoison/arpoison-0.6.ebuild index 1996d6e9b44c..af24262ff0f5 100644 --- a/net-analyzer/arpoison/arpoison-0.6.ebuild +++ b/net-analyzer/arpoison/arpoison-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/arpoison-0.6.ebuild,v 1.6 2006/10/29 18:05:33 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/arpoison-0.6.ebuild,v 1.7 2007/04/24 19:54:40 welp Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="ppc x86" +KEYWORDS="~amd64 ppc x86" IUSE="" RDEPEND=">=net-libs/libnet-1.1.0" |