diff options
author | Tom Gall <tgall@gentoo.org> | 2014-08-01 18:48:38 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2014-08-01 18:48:38 +0000 |
commit | 7ca8d52e612ae9bcd6591226e4bb0b6ef04bc403 (patch) | |
tree | d9e18819ba8ebba5a67abc2ce158d0cd7c420673 /net-libs/libnfnetlink | |
parent | amd64 stable wrt bug #517876 (diff) | |
download | gentoo-2-7ca8d52e612ae9bcd6591226e4bb0b6ef04bc403.tar.gz gentoo-2-7ca8d52e612ae9bcd6591226e4bb0b6ef04bc403.tar.bz2 gentoo-2-7ca8d52e612ae9bcd6591226e4bb0b6ef04bc403.zip |
arm64, initial support
(Portage version: 2.2.8-r1/cvs/Linux aarch64, signed Manifest commit with key EDA949AA)
Diffstat (limited to 'net-libs/libnfnetlink')
-rw-r--r-- | net-libs/libnfnetlink/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libnfnetlink/libnfnetlink-1.0.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-libs/libnfnetlink/ChangeLog b/net-libs/libnfnetlink/ChangeLog index 5557f0d2e014..14095f123440 100644 --- a/net-libs/libnfnetlink/ChangeLog +++ b/net-libs/libnfnetlink/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libnfnetlink # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/ChangeLog,v 1.61 2014/07/18 14:55:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/ChangeLog,v 1.62 2014/08/01 18:48:38 tgall Exp $ + + 01 Aug 2014; <tgall@gentoo.org> libnfnetlink-1.0.1.ebuild: + arm64, initial support 18 Jul 2014; Jeroen Roovers <jer@gentoo.org> -libnfnetlink-1.0.0-r1.ebuild, metadata.xml: diff --git a/net-libs/libnfnetlink/libnfnetlink-1.0.1.ebuild b/net-libs/libnfnetlink/libnfnetlink-1.0.1.ebuild index b20ded22acdf..ea93d63b332c 100644 --- a/net-libs/libnfnetlink/libnfnetlink-1.0.1.ebuild +++ b/net-libs/libnfnetlink/libnfnetlink-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-1.0.1.ebuild,v 1.8 2013/02/08 06:44:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfnetlink/libnfnetlink-1.0.1.ebuild,v 1.9 2014/08/01 18:48:38 tgall Exp $ EAPI=4 inherit linux-info eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="static-libs" DOCS=( README ) |