diff options
author | Raúl Porcel <armin76@gentoo.org> | 2014-08-02 11:27:58 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2014-08-02 11:27:58 +0000 |
commit | b06facede9ac725463da8d94f98f40941aafe0d5 (patch) | |
tree | 4f8293ac3d0852fe1e92422fbb9eb62b00673974 /net-libs/libpcap | |
parent | ia64/sparc stable wrt #510476 (diff) | |
download | gentoo-2-b06facede9ac725463da8d94f98f40941aafe0d5.tar.gz gentoo-2-b06facede9ac725463da8d94f98f40941aafe0d5.tar.bz2 gentoo-2-b06facede9ac725463da8d94f98f40941aafe0d5.zip |
sparc stable, bug #511502
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 0xF6AD3240)
Diffstat (limited to 'net-libs/libpcap')
-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 adbe0a4c9dbe..f5eee1745268 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.199 2014/08/01 19:13:45 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.200 2014/08/02 11:27:58 armin76 Exp $ + + 02 Aug 2014; Raúl Porcel <armin76@gentoo.org> libpcap-1.5.3.ebuild: + sparc stable, bug #511502 01 Aug 2014; <tgall@gentoo.org> libpcap-1.3.0-r1.ebuild, libpcap-1.6.1-r1.ebuild: diff --git a/net-libs/libpcap/libpcap-1.5.3.ebuild b/net-libs/libpcap/libpcap-1.5.3.ebuild index 5edb06f65df5..8c006fcac153 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.7 2014/07/27 10:32:17 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.5.3.ebuild,v 1.8 2014/08/02 11:27:58 armin76 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=" |