diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-17 08:21:54 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-17 08:21:54 +0000 |
commit | 6b63d2bf14acfb66c65eea0ee16f7cb4121e295a (patch) | |
tree | ad91ee3f0bf4c93917be1b47bb81a1ce57d0861d /net-libs/libnet | |
parent | Fix changelog/manifest (diff) | |
download | gentoo-2-6b63d2bf14acfb66c65eea0ee16f7cb4121e295a.tar.gz gentoo-2-6b63d2bf14acfb66c65eea0ee16f7cb4121e295a.tar.bz2 gentoo-2-6b63d2bf14acfb66c65eea0ee16f7cb4121e295a.zip |
Stable for amd64, 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 c87fa587bb6d..ab35a2f64e6d 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.103 2013/04/16 19:19:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.104 2013/04/17 08:21:54 ago Exp $ + + 17 Apr 2013; Agostino Sarubbo <ago@gentoo.org> libnet-1.0.2a-r5.ebuild: + Stable for amd64, wrt bug #444242 16 Apr 2013; Jeroen Roovers <jer@gentoo.org> libnet-1.0.2a-r5.ebuild: Stable for HPPA (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 2ccb3239008a..c246bbbfdeb6 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.2 2013/04/16 19:19:12 jer Exp $ +# $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 $ 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} |