diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-03-02 09:29:00 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-03-02 09:29:00 +0000 |
commit | 5b556fae55e8f69188b7b9b5d2a4d740d6e740f8 (patch) | |
tree | 62e3303f96bfcbb9ae7c02801d060e59658fc9ee /net-libs/libpcap | |
parent | Stable for ppc, wrt bug #540868 (diff) | |
download | gentoo-2-5b556fae55e8f69188b7b9b5d2a4d740d6e740f8.tar.gz gentoo-2-5b556fae55e8f69188b7b9b5d2a4d740d6e740f8.tar.bz2 gentoo-2-5b556fae55e8f69188b7b9b5d2a4d740d6e740f8.zip |
Stable for ppc, wrt bug #526030
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs/libpcap')
-rw-r--r-- | net-libs/libpcap/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libpcap/libpcap-1.6.2-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-libs/libpcap/ChangeLog b/net-libs/libpcap/ChangeLog index 7dde90309295..fd0634f5dfb0 100644 --- a/net-libs/libpcap/ChangeLog +++ b/net-libs/libpcap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libpcap # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.216 2015/01/07 16:10:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.217 2015/03/02 09:29:00 ago Exp $ + + 02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libpcap-1.6.2-r1.ebuild: + Stable for ppc, wrt bug #526030 *libpcap-9999 (07 Jan 2015) diff --git a/net-libs/libpcap/libpcap-1.6.2-r1.ebuild b/net-libs/libpcap/libpcap-1.6.2-r1.ebuild index 60f0ffd8cec0..e64843a048c4 100644 --- a/net-libs/libpcap/libpcap-1.6.2-r1.ebuild +++ b/net-libs/libpcap/libpcap-1.6.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.6.2-r1.ebuild,v 1.6 2014/10/27 18:03:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.6.2-r1.ebuild,v 1.7 2015/03/02 09:29:00 ago Exp $ EAPI=5 inherit autotools eutils multilib-minimal @@ -12,7 +12,7 @@ SRC_URI="http://www.tcpdump.org/release/${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 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 ~arm64 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=" |