diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-17 20:29:32 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-17 20:29:32 +0000 |
commit | 2bec8a0c9217a17e6610f0a040fa88cc4ab596e5 (patch) | |
tree | e1a48766786917ade667142a91c4c39fecf8334c /net-analyzer | |
parent | Version bump (diff) | |
download | gentoo-2-2bec8a0c9217a17e6610f0a040fa88cc4ab596e5.tar.gz gentoo-2-2bec8a0c9217a17e6610f0a040fa88cc4ab596e5.tar.bz2 gentoo-2-2bec8a0c9217a17e6610f0a040fa88cc4ab596e5.zip |
Add ~amd64, wrt bug #443690
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/zniper/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/zniper/zniper-1.0-r1.ebuild | 11 |
2 files changed, 10 insertions, 9 deletions
diff --git a/net-analyzer/zniper/ChangeLog b/net-analyzer/zniper/ChangeLog index db4f14d68177..110386b2b0dd 100644 --- a/net-analyzer/zniper/ChangeLog +++ b/net-analyzer/zniper/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/zniper -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zniper/ChangeLog,v 1.3 2010/09/17 03:53:49 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zniper/ChangeLog,v 1.4 2012/11/17 20:29:32 ago Exp $ + + 17 Nov 2012; Agostino Sarubbo <ago@gentoo.org> zniper-1.0-r1.ebuild: + Add ~amd64, wrt bug #443690 *zniper-1.0-r1 (17 Sep 2010) @@ -16,4 +19,3 @@ 07 Apr 2007; Markus Ullmann <jokey@gentoo.org> +metadata.xml, +zniper-1.0.ebuild: Initial import for bug #173421 thanks to coolmarc@gmail.com for the ebuild - diff --git a/net-analyzer/zniper/zniper-1.0-r1.ebuild b/net-analyzer/zniper/zniper-1.0-r1.ebuild index dc47b3c2e381..80de161907bf 100644 --- a/net-analyzer/zniper/zniper-1.0-r1.ebuild +++ b/net-analyzer/zniper/zniper-1.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zniper/zniper-1.0-r1.ebuild,v 1.1 2010/09/17 03:53:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zniper/zniper-1.0-r1.ebuild,v 1.2 2012/11/17 20:29:32 ago Exp $ -EAPI="2" +EAPI=4 inherit toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="http://www.signedness.org/tools/zniper.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="net-libs/libpcap @@ -32,8 +32,7 @@ src_compile() { emake \ CC=$(tc-getCC) \ CFLAGS="${CFLAGS}" \ - linux_x86 \ - || die "emake failed" + linux_x86 } src_install() { |