diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-31 08:26:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-31 08:26:58 +0000 |
commit | 2679f05352fd1d504cf469fa5f04c958d80499c0 (patch) | |
tree | 7a2d035f5d5f0b046034e01e748ab00403086ba0 /net-libs/libnet | |
parent | Stable for amd64, wrt bug #400377 (diff) | |
download | gentoo-2-2679f05352fd1d504cf469fa5f04c958d80499c0.tar.gz gentoo-2-2679f05352fd1d504cf469fa5f04c958d80499c0.tar.bz2 gentoo-2-2679f05352fd1d504cf469fa5f04c958d80499c0.zip |
Stable for amd64, wrt bug #418275
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libnet')
-rw-r--r-- | net-libs/libnet/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libnet/libnet-1.0.2a-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libnet/ChangeLog b/net-libs/libnet/ChangeLog index d5a0671852f8..fcd6130040e9 100644 --- a/net-libs/libnet/ChangeLog +++ b/net-libs/libnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libnet # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.87 2012/05/31 05:44:41 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.88 2012/05/31 08:26:58 ago Exp $ + + 31 May 2012; Agostino Sarubbo <ago@gentoo.org> libnet-1.0.2a-r4.ebuild: + Stable for amd64, wrt bug #418275 31 May 2012; Jeff Horelick <jdhore@gentoo.org> libnet-1.0.2a-r4.ebuild: marked x86 per bug 418275 diff --git a/net-libs/libnet/libnet-1.0.2a-r4.ebuild b/net-libs/libnet/libnet-1.0.2a-r4.ebuild index 5460e4e1b4b4..b9098c48f607 100644 --- a/net-libs/libnet/libnet-1.0.2a-r4.ebuild +++ b/net-libs/libnet/libnet-1.0.2a-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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-r4.ebuild,v 1.2 2012/05/31 05:44:41 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild,v 1.3 2012/05/31 08:26:58 ago Exp $ EAPI=4 inherit autotools eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.packetfactory.net/libnet/dist/deprecated/${P}.tar.gz" LICENSE="LGPL-2" 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} |