diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-10-06 16:06:35 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-10-06 16:06:35 +0000 |
commit | ee621cf759521d067b04eba16f9c73cb61b7d8b3 (patch) | |
tree | cc363546e2c87fe8abda62f80834188c4e7f4c2c /net-libs | |
parent | Make cairo use flag mandatory to poppler dependency (diff) | |
download | gentoo-2-ee621cf759521d067b04eba16f9c73cb61b7d8b3.tar.gz gentoo-2-ee621cf759521d067b04eba16f9c73cb61b7d8b3.tar.bz2 gentoo-2-ee621cf759521d067b04eba16f9c73cb61b7d8b3.zip |
Stable for HPPA (bug #320219).
(Portage version: 2.2_rc88/cvs/Linux i686)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libnfnetlink/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libnfnetlink/libnfnetlink-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libnfnetlink/ChangeLog b/net-libs/libnfnetlink/ChangeLog index fd001ee10199..07e7defa67f8 100644 --- a/net-libs/libnfnetlink/ChangeLog +++ b/net-libs/libnfnetlink/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libnfnetlink # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/ChangeLog,v 1.34 2010/07/08 19:16:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/ChangeLog,v 1.35 2010/10/06 16:06:35 jer Exp $ + + 06 Oct 2010; Jeroen Roovers <jer@gentoo.org> libnfnetlink-1.0.0.ebuild: + Stable for HPPA (bug #320219). 08 Jul 2010; Raúl Porcel <armin76@gentoo.org> libnfnetlink-1.0.0.ebuild: sparc stable wrt #320219 diff --git a/net-libs/libnfnetlink/libnfnetlink-1.0.0.ebuild b/net-libs/libnfnetlink/libnfnetlink-1.0.0.ebuild index 2b171a5c429f..78f7b7c1699f 100644 --- a/net-libs/libnfnetlink/libnfnetlink-1.0.0.ebuild +++ b/net-libs/libnfnetlink/libnfnetlink-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-1.0.0.ebuild,v 1.7 2010/07/08 19:16:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-1.0.0.ebuild,v 1.8 2010/10/06 16:06:35 jer Exp $ inherit linux-info @@ -10,7 +10,7 @@ SRC_URI="http://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~hppa ~ia64 ~ppc sparc x86" +KEYWORDS="amd64 hppa ~ia64 ~ppc sparc x86" IUSE="" DEPEND="" |