diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-05-25 21:15:42 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-05-25 21:15:42 +0000 |
commit | 6bcc6ab1347d842784441bbe0b4c4303403ef7e6 (patch) | |
tree | 53ffb713dd5ac21856fa829adfc2eaac78425c6a /net-libs | |
parent | stable amd64, bug 319961 (diff) | |
download | gentoo-2-6bcc6ab1347d842784441bbe0b4c4303403ef7e6.tar.gz gentoo-2-6bcc6ab1347d842784441bbe0b4c4303403ef7e6.tar.bz2 gentoo-2-6bcc6ab1347d842784441bbe0b4c4303403ef7e6.zip |
stable amd64, bug 320219
(Portage version: 2.1.8.3/cvs/Linux x86_64)
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 fc15470e510e..52fd7173f02f 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.31 2010/01/25 18:36:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/ChangeLog,v 1.32 2010/05/25 21:15:41 pacho Exp $ + + 25 May 2010; Pacho Ramos <pacho@gentoo.org> libnfnetlink-1.0.0.ebuild: + stable amd64, bug 320219 25 Jan 2010; Raúl Porcel <armin76@gentoo.org> libnfnetlink-0.0.25.ebuild, libnfnetlink-0.0.30.ebuild, libnfnetlink-0.0.33.ebuild, diff --git a/net-libs/libnfnetlink/libnfnetlink-1.0.0.ebuild b/net-libs/libnfnetlink/libnfnetlink-1.0.0.ebuild index c986bb934fe7..49331b770eba 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.4 2010/01/25 18:36:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-1.0.0.ebuild,v 1.5 2010/05/25 21:15:42 pacho 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="" |