diff options
author | 2011-02-10 07:16:55 +0000 | |
---|---|---|
committer | 2011-02-10 07:16:55 +0000 | |
commit | efb56e9a7dac318191e462351e788fc2db4f7c57 (patch) | |
tree | 9b1c5f733d6468465227e6b3a0d05e3a124e325c /net-libs/libnfnetlink | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-efb56e9a7dac318191e462351e788fc2db4f7c57.tar.gz gentoo-2-efb56e9a7dac318191e462351e788fc2db4f7c57.tar.bz2 gentoo-2-efb56e9a7dac318191e462351e788fc2db4f7c57.zip |
Added ~ppc64 wrt #354309
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Diffstat (limited to 'net-libs/libnfnetlink')
-rw-r--r-- | net-libs/libnfnetlink/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/libnfnetlink/libnfnetlink-1.0.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-libs/libnfnetlink/ChangeLog b/net-libs/libnfnetlink/ChangeLog index 07e7defa67f8..e5e6c7cec484 100644 --- a/net-libs/libnfnetlink/ChangeLog +++ b/net-libs/libnfnetlink/ChangeLog @@ -1,6 +1,10 @@ # 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.35 2010/10/06 16:06:35 jer Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/ChangeLog,v 1.36 2011/02/10 07:16:55 xarthisius Exp $ + + 10 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> + libnfnetlink-1.0.0.ebuild: + Added ~ppc64 wrt #354309 06 Oct 2010; Jeroen Roovers <jer@gentoo.org> libnfnetlink-1.0.0.ebuild: Stable for HPPA (bug #320219). diff --git a/net-libs/libnfnetlink/libnfnetlink-1.0.0.ebuild b/net-libs/libnfnetlink/libnfnetlink-1.0.0.ebuild index 78f7b7c1699f..9a9224e55144 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 +# Copyright 1999-2011 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.8 2010/10/06 16:06:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-1.0.0.ebuild,v 1.9 2011/02/10 07:16:55 xarthisius 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 ~ppc64 sparc x86" IUSE="" DEPEND="" |