diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-12-04 16:52:00 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-12-04 16:52:00 +0000 |
commit | 4d576c3a74909f91d9ae9a62a1c5321fb8ba3b3c (patch) | |
tree | 08752bf61512269b5425556ef2e5ad68f4bd954b /net-libs/libpcap/libpcap-1.1.1-r1.ebuild | |
parent | Stable on amd64 wrt bug #382255 (diff) | |
download | gentoo-2-4d576c3a74909f91d9ae9a62a1c5321fb8ba3b3c.tar.gz gentoo-2-4d576c3a74909f91d9ae9a62a1c5321fb8ba3b3c.tar.bz2 gentoo-2-4d576c3a74909f91d9ae9a62a1c5321fb8ba3b3c.zip |
Stable on amd64 wrt bug #385875
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libpcap/libpcap-1.1.1-r1.ebuild')
-rw-r--r-- | net-libs/libpcap/libpcap-1.1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libpcap/libpcap-1.1.1-r1.ebuild b/net-libs/libpcap/libpcap-1.1.1-r1.ebuild index 450620b7c3aa..3339b53ae28c 100644 --- a/net-libs/libpcap/libpcap-1.1.1-r1.ebuild +++ b/net-libs/libpcap/libpcap-1.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.1.1-r1.ebuild,v 1.7 2011/12/04 06:43:07 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.1.1-r1.ebuild,v 1.8 2011/12/04 16:52:00 hwoarang Exp $ EAPI=4 inherit autotools eutils multilib toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="http://www.tcpdump.org/release/${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="bluetooth ipv6 libnl static-libs" RDEPEND="bluetooth? ( net-wireless/bluez ) |