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 | |
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!)
-rw-r--r-- | net-libs/libpcap/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libpcap/libpcap-1.5.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libpcap/ChangeLog b/net-libs/libpcap/ChangeLog index d347a419976a..bcd2e874e7ba 100644 --- a/net-libs/libpcap/ChangeLog +++ b/net-libs/libpcap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libpcap # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.197 2014/07/23 09:37:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.198 2014/07/27 10:32:17 phajdan.jr Exp $ + + 26 Jul 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> libpcap-1.5.3.ebuild: + x86 stable wrt bug #511502 *libpcap-1.6.1-r1 (23 Jul 2014) 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=" |