diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-07-27 10:32:17 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-07-27 10:32:17 +0000 |
commit | 33e9c199a8c1a6fe20d455f69a9e6c9548c878c4 (patch) | |
tree | dc2fda9628c92903dc5587d8bc76f533be09abef /net-libs/libpcap/libpcap-1.5.3.ebuild | |
parent | x86 stable wrt bug #511502 (diff) | |
download | gentoo-2-33e9c199a8c1a6fe20d455f69a9e6c9548c878c4.tar.gz gentoo-2-33e9c199a8c1a6fe20d455f69a9e6c9548c878c4.tar.bz2 gentoo-2-33e9c199a8c1a6fe20d455f69a9e6c9548c878c4.zip |
x86 stable wrt bug #511502
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'net-libs/libpcap/libpcap-1.5.3.ebuild')
-rw-r--r-- | net-libs/libpcap/libpcap-1.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libpcap/libpcap-1.5.3.ebuild b/net-libs/libpcap/libpcap-1.5.3.ebuild index f14c744d0114..5edb06f65df5 100644 --- a/net-libs/libpcap/libpcap-1.5.3.ebuild +++ b/net-libs/libpcap/libpcap-1.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.5.3.ebuild,v 1.6 2014/07/20 15:08:29 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.5.3.ebuild,v 1.7 2014/07/27 10:32:17 phajdan.jr Exp $ EAPI=5 inherit autotools eutils @@ -12,7 +12,7 @@ SRC_URI="http://www.tcpdump.org/release/${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="bluetooth dbus ipv6 netlink static-libs canusb" RDEPEND=" |