diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-12-05 19:42:41 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-12-05 19:42:41 +0000 |
commit | f8c89a7b2a7181287c6e82c7b83624f501b848fb (patch) | |
tree | 2405362e4c7089ddcbd4c074f7bbc45f7b1df106 /net-libs/libpcap | |
parent | Drop HPPA keywording. (diff) | |
download | gentoo-2-f8c89a7b2a7181287c6e82c7b83624f501b848fb.tar.gz gentoo-2-f8c89a7b2a7181287c6e82c7b83624f501b848fb.tar.bz2 gentoo-2-f8c89a7b2a7181287c6e82c7b83624f501b848fb.zip |
Stable for HPPA (bug #385875).
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libpcap')
-rw-r--r-- | net-libs/libpcap/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libpcap/libpcap-1.1.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libpcap/ChangeLog b/net-libs/libpcap/ChangeLog index 00fd488ba6bd..b0cfbc328dbd 100644 --- a/net-libs/libpcap/ChangeLog +++ b/net-libs/libpcap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libpcap # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.154 2011/12/04 16:52:00 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.155 2011/12/05 19:42:41 jer Exp $ + + 05 Dec 2011; Jeroen Roovers <jer@gentoo.org> libpcap-1.1.1-r1.ebuild: + Stable for HPPA (bug #385875). 04 Dec 2011; Markos Chandras <hwoarang@gentoo.org> libpcap-1.1.1-r1.ebuild: Stable on amd64 wrt bug #385875 diff --git a/net-libs/libpcap/libpcap-1.1.1-r1.ebuild b/net-libs/libpcap/libpcap-1.1.1-r1.ebuild index 3339b53ae28c..1d722562c966 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.8 2011/12/04 16:52:00 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.1.1-r1.ebuild,v 1.9 2011/12/05 19:42:41 jer 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 ) |