diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-17 08:22:32 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-17 08:22:32 +0000 |
commit | 14b6a9719da9e52f7401266af384f4af07d102c2 (patch) | |
tree | cca498c6f0fe1472b7c65903c1e09a59e7d3092c /net-libs/libnet | |
parent | Stable for amd64, wrt bug #466142 (diff) | |
download | gentoo-2-14b6a9719da9e52f7401266af384f4af07d102c2.tar.gz gentoo-2-14b6a9719da9e52f7401266af384f4af07d102c2.tar.bz2 gentoo-2-14b6a9719da9e52f7401266af384f4af07d102c2.zip |
Stable for x86, wrt bug #444242
(Portage version: 2.1.11.55/cvs/Linux x86_64, 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 ab35a2f64e6d..818bdac2c38e 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.104 2013/04/17 08:21:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.105 2013/04/17 08:22:32 ago Exp $ + + 17 Apr 2013; Agostino Sarubbo <ago@gentoo.org> libnet-1.0.2a-r5.ebuild: + Stable for x86, wrt bug #444242 17 Apr 2013; Agostino Sarubbo <ago@gentoo.org> libnet-1.0.2a-r5.ebuild: Stable for amd64, wrt bug #444242 diff --git a/net-libs/libnet/libnet-1.0.2a-r5.ebuild b/net-libs/libnet/libnet-1.0.2a-r5.ebuild index c246bbbfdeb6..795315e650be 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.3 2013/04/17 08:21:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r5.ebuild,v 1.4 2013/04/17 08:22:32 ago Exp $ EAPI=4 inherit autotools eutils @@ -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} |