diff options
author | 2009-03-18 19:52:43 +0000 | |
---|---|---|
committer | 2009-03-18 19:52:43 +0000 | |
commit | 0974799c6d660e6fd62a8df8d02e10789be6d52f (patch) | |
tree | e4179c234a74ddb6d233b5ce3fa8d3452296ce4c /net-analyzer/yersinia/yersinia-0.7.1.ebuild | |
parent | This time really stable the version I tested. :> (diff) | |
download | gentoo-2-0974799c6d660e6fd62a8df8d02e10789be6d52f.tar.gz gentoo-2-0974799c6d660e6fd62a8df8d02e10789be6d52f.tar.bz2 gentoo-2-0974799c6d660e6fd62a8df8d02e10789be6d52f.zip |
Keyword ~amd64 and explicit RDEPEND
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/yersinia/yersinia-0.7.1.ebuild')
-rw-r--r-- | net-analyzer/yersinia/yersinia-0.7.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-analyzer/yersinia/yersinia-0.7.1.ebuild b/net-analyzer/yersinia/yersinia-0.7.1.ebuild index 4629ec196396..5eda487663ed 100644 --- a/net-analyzer/yersinia/yersinia-0.7.1.ebuild +++ b/net-analyzer/yersinia/yersinia-0.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/yersinia/yersinia-0.7.1.ebuild,v 1.1 2008/11/17 18:45:04 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/yersinia/yersinia-0.7.1.ebuild,v 1.2 2009/03/18 19:52:43 rbu Exp $ inherit eutils @@ -10,13 +10,14 @@ SRC_URI="http://www.yersinia.net/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="gtk ncurses" DEPEND="ncurses? ( >=sys-libs/ncurses-5.5 ) gtk? ( =x11-libs/gtk+-2* ) >=net-libs/libnet-1.1.2 >=net-libs/libpcap-0.9.4" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} |