diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-07-03 10:03:51 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-07-03 10:03:51 +0000 |
commit | 4d4cc06f850d06a8da863e8301b789dfe55a6b20 (patch) | |
tree | 5f52df2dda0067d108d747ac8cc026633b09baab /net-libs/libpcap | |
parent | Stable for alpha, wrt bug #552632 (diff) | |
download | gentoo-2-4d4cc06f850d06a8da863e8301b789dfe55a6b20.tar.gz gentoo-2-4d4cc06f850d06a8da863e8301b789dfe55a6b20.tar.bz2 gentoo-2-4d4cc06f850d06a8da863e8301b789dfe55a6b20.zip |
Stable for alpha, wrt bug #552632
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", 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.7.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libpcap/ChangeLog b/net-libs/libpcap/ChangeLog index 325dbaf38cbb..91a60f59389b 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.231 2015/07/03 04:20:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.232 2015/07/03 10:03:51 ago Exp $ + + 03 Jul 2015; Agostino Sarubbo <ago@gentoo.org> libpcap-1.7.4.ebuild: + Stable for alpha, wrt bug #552632 03 Jul 2015; Jeroen Roovers <jer@gentoo.org> libpcap-9999.ebuild, -files/libpcap-1.7.2-scanner.patch: diff --git a/net-libs/libpcap/libpcap-1.7.4.ebuild b/net-libs/libpcap/libpcap-1.7.4.ebuild index 4b4d7ca7579a..05632d9b7098 100644 --- a/net-libs/libpcap/libpcap-1.7.4.ebuild +++ b/net-libs/libpcap/libpcap-1.7.4.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.4.ebuild,v 1.1 2015/07/02 03:40:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.7.4.ebuild,v 1.2 2015/07/03 10:03:51 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=" |