diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-06-24 08:04:26 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-06-24 08:04:26 +0000 |
commit | 41db5954707c1603eae0cbf8400d058f1b3c1174 (patch) | |
tree | a82a9add2792d7c98f55b1fff764b098c1ef7535 /net-libs | |
parent | Stable for ppc, wrt bug #552632 (diff) | |
download | gentoo-2-41db5954707c1603eae0cbf8400d058f1b3c1174.tar.gz gentoo-2-41db5954707c1603eae0cbf8400d058f1b3c1174.tar.bz2 gentoo-2-41db5954707c1603eae0cbf8400d058f1b3c1174.zip |
Stable for ppc, wrt bug #552632
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libpcap/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libpcap/libpcap-1.7.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libpcap/ChangeLog b/net-libs/libpcap/ChangeLog index 684eacc643c6..4d02c83657ff 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.224 2015/06/22 04:53:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.225 2015/06/24 08:04:26 ago Exp $ + + 24 Jun 2015; Agostino Sarubbo <ago@gentoo.org> libpcap-1.7.3.ebuild: + Stable for ppc, wrt bug #552632 22 Jun 2015; Jeroen Roovers <jer@gentoo.org> libpcap-1.7.3.ebuild: Stable for PPC64 (bug #552632). diff --git a/net-libs/libpcap/libpcap-1.7.3.ebuild b/net-libs/libpcap/libpcap-1.7.3.ebuild index 719442c1a2c2..13c174ba33f6 100644 --- a/net-libs/libpcap/libpcap-1.7.3.ebuild +++ b/net-libs/libpcap/libpcap-1.7.3.ebuild @@ -1,6 +1,6 @@ # 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.7.3.ebuild,v 1.3 2015/06/22 04:53:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.7.3.ebuild,v 1.4 2015/06/24 08:04:26 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=" |