diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-04-21 17:56:17 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-04-21 17:56:17 +0000 |
commit | 9b9e032a6fb1f26efc3e32b06b5cc6d7d029ddeb (patch) | |
tree | 5963d8efad2e50a8467ad118924a38d41da8b0f5 /net-libs | |
parent | stable x86, bug 306559 (diff) | |
download | gentoo-2-9b9e032a6fb1f26efc3e32b06b5cc6d7d029ddeb.tar.gz gentoo-2-9b9e032a6fb1f26efc3e32b06b5cc6d7d029ddeb.tar.bz2 gentoo-2-9b9e032a6fb1f26efc3e32b06b5cc6d7d029ddeb.zip |
stable x86, bug 313827
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libpcap/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libpcap/libpcap-1.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libpcap/ChangeLog b/net-libs/libpcap/ChangeLog index 645b37cdb67d..de1fe80e879e 100644 --- a/net-libs/libpcap/ChangeLog +++ b/net-libs/libpcap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libpcap # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.138 2010/04/21 15:37:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.139 2010/04/21 17:56:17 fauli Exp $ + + 21 Apr 2010; Christian Faulhammer <fauli@gentoo.org> libpcap-1.1.1.ebuild: + stable x86, bug 313827 21 Apr 2010; Jeroen Roovers <jer@gentoo.org> libpcap-1.1.1.ebuild: Stable for HPPA (bug #313827). diff --git a/net-libs/libpcap/libpcap-1.1.1.ebuild b/net-libs/libpcap/libpcap-1.1.1.ebuild index 5f6fd0c13380..6226bf2b84f6 100644 --- a/net-libs/libpcap/libpcap-1.1.1.ebuild +++ b/net-libs/libpcap/libpcap-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.1.1.ebuild,v 1.2 2010/04/21 15:37:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.1.1.ebuild,v 1.3 2010/04/21 17:56:17 fauli Exp $ EAPI=2 inherit autotools eutils multilib toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="http://www.tcpdump.org/release/${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="bluetooth ipv6 libnl" RDEPEND="!virtual/libpcap |