diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-18 17:33:20 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-18 17:33:20 +0000 |
commit | 95b59b4994aed78794d3149bf0126bec9d23fc43 (patch) | |
tree | 6f640536bb594eb2affe3462f301c10914c48669 /net-libs/libnet | |
parent | Stable for alpha, wrt bug #456512 (diff) | |
download | gentoo-2-95b59b4994aed78794d3149bf0126bec9d23fc43.tar.gz gentoo-2-95b59b4994aed78794d3149bf0126bec9d23fc43.tar.bz2 gentoo-2-95b59b4994aed78794d3149bf0126bec9d23fc43.zip |
Stable for alpha, wrt bug #444242
(Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs/libnet')
-rw-r--r-- | net-libs/libnet/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libnet/libnet-1.0.2a-r5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libnet/ChangeLog b/net-libs/libnet/ChangeLog index b414153ecd82..3a787643bc6e 100644 --- a/net-libs/libnet/ChangeLog +++ b/net-libs/libnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libnet # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.106 2013/04/17 13:54:07 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.107 2013/04/18 17:33:20 ago Exp $ + + 18 Apr 2013; Agostino Sarubbo <ago@gentoo.org> libnet-1.0.2a-r5.ebuild: + Stable for alpha, wrt bug #444242 17 Apr 2013; Jeroen Roovers <jer@gentoo.org> libnet-1.0.2a-r5.ebuild: Respect AR/RANLIB (bug #466202). diff --git a/net-libs/libnet/libnet-1.0.2a-r5.ebuild b/net-libs/libnet/libnet-1.0.2a-r5.ebuild index a6c42c975abe..3c2f7e58dc18 100644 --- a/net-libs/libnet/libnet-1.0.2a-r5.ebuild +++ b/net-libs/libnet/libnet-1.0.2a-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r5.ebuild,v 1.5 2013/04/17 13:54:07 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r5.ebuild,v 1.6 2013/04/18 17:33:20 ago Exp $ EAPI=4 inherit autotools eutils toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://www.packetfactory.net/libnet/dist/deprecated/${P}.tar.gz" LICENSE="BSD BSD-2 HPND" SLOT="1.0" -KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="" S=${WORKDIR}/Libnet-${PV} |