diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-10-26 01:31:07 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-10-26 01:31:07 +0000 |
commit | 8e1208df372e0cb9e6f6d82e01631f72c6df3494 (patch) | |
tree | 46d54e51fe6f08ecca7e0d9a140be54a365b845a /net-libs/libmnl | |
parent | keyword ~ppc ~ppc64, bug #437670 (diff) | |
download | gentoo-2-8e1208df372e0cb9e6f6d82e01631f72c6df3494.tar.gz gentoo-2-8e1208df372e0cb9e6f6d82e01631f72c6df3494.tar.bz2 gentoo-2-8e1208df372e0cb9e6f6d82e01631f72c6df3494.zip |
keyword ~ppc64, bug #432974
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key 0xD0455535)
Diffstat (limited to 'net-libs/libmnl')
-rw-r--r-- | net-libs/libmnl/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libmnl/libmnl-1.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libmnl/ChangeLog b/net-libs/libmnl/ChangeLog index b8ab65d6e66b..c14adfe08d28 100644 --- a/net-libs/libmnl/ChangeLog +++ b/net-libs/libmnl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libmnl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmnl/ChangeLog,v 1.12 2012/09/02 03:18:01 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmnl/ChangeLog,v 1.13 2012/10/26 01:31:07 blueness Exp $ + + 26 Oct 2012; Anthony G. Basile <blueness@gentoo.org> libmnl-1.0.3.ebuild: + keyword ~ppc64, bug #432974 *libmnl-1.0.3 (02 Sep 2012) diff --git a/net-libs/libmnl/libmnl-1.0.3.ebuild b/net-libs/libmnl/libmnl-1.0.3.ebuild index e18ef768578c..0308d43d09fb 100644 --- a/net-libs/libmnl/libmnl-1.0.3.ebuild +++ b/net-libs/libmnl/libmnl-1.0.3.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/libmnl/libmnl-1.0.3.ebuild,v 1.1 2012/09/02 03:18:01 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmnl/libmnl-1.0.3.ebuild,v 1.2 2012/10/26 01:31:07 blueness Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" IUSE="examples" src_configure() { |