diff options
author | Tiago Cunha <tcunha@gentoo.org> | 2009-12-01 00:09:43 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gentoo.org> | 2009-12-01 00:09:43 +0000 |
commit | ec75d3c85ebb9f639183e729f69a863c1b0b6c96 (patch) | |
tree | a2a6d8c1a6160a69c50897761eadbb871df0c2b6 /net-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-ec75d3c85ebb9f639183e729f69a863c1b0b6c96.tar.gz gentoo-2-ec75d3c85ebb9f639183e729f69a863c1b0b6c96.tar.bz2 gentoo-2-ec75d3c85ebb9f639183e729f69a863c1b0b6c96.zip |
stable sparc, bug 289857
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libnet/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libnet/libnet-1.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libnet/ChangeLog b/net-libs/libnet/ChangeLog index a66ad972f3ad..67a072be8eb2 100644 --- a/net-libs/libnet/ChangeLog +++ b/net-libs/libnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libnet # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.49 2009/11/22 15:45:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.50 2009/12/01 00:09:43 tcunha Exp $ + + 01 Dec 2009; Tiago Cunha <tcunha@gentoo.org> libnet-1.1.4.ebuild: + stable sparc, bug 289857 22 Nov 2009; Jeroen Roovers <jer@gentoo.org> libnet-1.1.4.ebuild: Stable for HPPA (bug #289857). diff --git a/net-libs/libnet/libnet-1.1.4.ebuild b/net-libs/libnet/libnet-1.1.4.ebuild index 7b14b2850c46..d6e9df903f12 100644 --- a/net-libs/libnet/libnet-1.1.4.ebuild +++ b/net-libs/libnet/libnet-1.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.1.4.ebuild,v 1.4 2009/11/22 15:45:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.1.4.ebuild,v 1.5 2009/12/01 00:09:43 tcunha Exp $ DESCRIPTION="library to provide an API for commonly used low-level network functions (mainly packet injection)" HOMEPAGE="http://libnet-dev.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/project/libnet-dev/libnet-dev/${P}/${P}.tar.gz" LICENSE="LGPL-2" SLOT="1.1" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="doc" DEPEND="sys-devel/autoconf" |