diff options
author | 2012-10-27 15:45:01 +0000 | |
---|---|---|
committer | 2012-10-27 15:45:01 +0000 | |
commit | edd6d50e101322dadaa1f9707b8d65afcab23287 (patch) | |
tree | 6d9fbd949d0015d4bd7fa9f0e9e852c38e9dec01 /net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild | |
parent | Fix automagic dependencies wrt bug #439752. Thanks to Phr33d0m for discoverin... (diff) | |
download | gentoo-2-edd6d50e101322dadaa1f9707b8d65afcab23287.tar.gz gentoo-2-edd6d50e101322dadaa1f9707b8d65afcab23287.tar.bz2 gentoo-2-edd6d50e101322dadaa1f9707b8d65afcab23287.zip |
Add ~amd64-linux keyword
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild')
-rw-r--r-- | net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild b/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild index 1c4cd0e36162..4e908aff6ed5 100644 --- a/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild +++ b/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild,v 1.7 2012/10/27 15:43:35 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild,v 1.8 2012/10/27 15:45:01 pinkbyte Exp $ EAPI=4 inherit autotools eutils @@ -11,7 +11,7 @@ SRC_URI="http://jnettop.kubs.info/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~sparc x86 ~x86-linux" +KEYWORDS="~amd64 ~amd64-linux ~arm ~ppc ~sparc x86 ~x86-linux" IUSE="berkdb ncurses syslog" RDEPEND="net-libs/libpcap |