diff options
author | Akinori Hattori <hattya@gentoo.org> | 2014-06-22 14:05:08 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2014-06-22 14:05:08 +0000 |
commit | cc6581da21f427ca643934a217db2c0331da23cc (patch) | |
tree | 629eaa13329850433287a814bd3a080491ccf65d /net-libs | |
parent | ia64 stable wrt bug #511502 (diff) | |
download | gentoo-2-cc6581da21f427ca643934a217db2c0331da23cc.tar.gz gentoo-2-cc6581da21f427ca643934a217db2c0331da23cc.tar.bz2 gentoo-2-cc6581da21f427ca643934a217db2c0331da23cc.zip |
ia64 stable wrt bug #511502
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'net-libs')
-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 df24b95b528f..4d2e763dfaa7 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.192 2014/06/09 10:57:24 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.193 2014/06/22 14:05:08 hattya Exp $ + + 22 Jun 2014; Akinori Hattori <hattya@gentoo.org> libpcap-1.5.3.ebuild: + ia64 stable wrt bug #511502 09 Jun 2014; Markus Meier <maekke@gentoo.org> libpcap-1.5.3.ebuild: arm stable, bug #511502 diff --git a/net-libs/libpcap/libpcap-1.5.3.ebuild b/net-libs/libpcap/libpcap-1.5.3.ebuild index c4a79d22a636..a70022cc3a42 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.4 2014/06/09 10:57:24 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.5.3.ebuild,v 1.5 2014/06/22 14:05:08 hattya 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=" |