diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-04-06 14:56:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-04-06 14:56:00 +0000 |
commit | a27cd6de7f15a0192033b1dfb50d0bde426fa367 (patch) | |
tree | a9dff52d430bdb6081fef9575c68d01b60d24d52 /dev-libs/libnl | |
parent | Add arm64 love. (diff) | |
download | gentoo-2-a27cd6de7f15a0192033b1dfb50d0bde426fa367.tar.gz gentoo-2-a27cd6de7f15a0192033b1dfb50d0bde426fa367.tar.bz2 gentoo-2-a27cd6de7f15a0192033b1dfb50d0bde426fa367.zip |
Add arm64 love.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'dev-libs/libnl')
-rw-r--r-- | dev-libs/libnl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-1.1.4.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-3.2.23.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-3.2.24.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-libs/libnl/ChangeLog b/dev-libs/libnl/ChangeLog index ca692a596ba9..8e0e80922249 100644 --- a/dev-libs/libnl/ChangeLog +++ b/dev-libs/libnl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libnl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.205 2014/02/21 17:01:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.206 2014/04/06 14:56:00 vapier Exp $ + + 06 Apr 2014; Mike Frysinger <vapier@gentoo.org> libnl-1.1.4.ebuild, + libnl-3.2.23.ebuild, libnl-3.2.24.ebuild: + Add arm64 love. 21 Feb 2014; Jeroen Roovers <jer@gentoo.org> libnl-1.1.4.ebuild: Remove shipped libnl.a diff --git a/dev-libs/libnl/libnl-1.1.4.ebuild b/dev-libs/libnl/libnl-1.1.4.ebuild index 39cbe99ae45e..95c96e0305c0 100644 --- a/dev-libs/libnl/libnl-1.1.4.ebuild +++ b/dev-libs/libnl/libnl-1.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-1.1.4.ebuild,v 1.16 2014/02/21 17:01:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-1.1.4.ebuild,v 1.17 2014/04/06 14:56:00 vapier Exp $ EAPI=5 inherit eutils multilib toolchain-funcs @@ -10,7 +10,7 @@ HOMEPAGE="http://www.infradead.org/~tgr/libnl/" SRC_URI="http://www.infradead.org/~tgr/libnl/files/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="1.1" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" IUSE="doc static-libs" DEPEND="doc? ( app-doc/doxygen )" diff --git a/dev-libs/libnl/libnl-3.2.23.ebuild b/dev-libs/libnl/libnl-3.2.23.ebuild index 5673f812e0c1..8336daec95d1 100644 --- a/dev-libs/libnl/libnl-3.2.23.ebuild +++ b/dev-libs/libnl/libnl-3.2.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.23.ebuild,v 1.11 2014/01/15 09:31:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.23.ebuild,v 1.12 2014/04/06 14:56:00 vapier Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} python3_{2,3} ) @@ -16,7 +16,7 @@ SRC_URI=" " LICENSE="LGPL-2.1 utils? ( GPL-2 )" SLOT="3" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" IUSE="static-libs python utils" RDEPEND="python? ( ${PYTHON_DEPS} )" diff --git a/dev-libs/libnl/libnl-3.2.24.ebuild b/dev-libs/libnl/libnl-3.2.24.ebuild index 393d1e91df00..1d7d83069778 100644 --- a/dev-libs/libnl/libnl-3.2.24.ebuild +++ b/dev-libs/libnl/libnl-3.2.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.24.ebuild,v 1.1 2014/01/21 20:39:40 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.24.ebuild,v 1.2 2014/04/06 14:56:00 vapier Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} python3_{2,3} ) @@ -16,7 +16,7 @@ SRC_URI=" " LICENSE="LGPL-2.1 utils? ( GPL-2 )" SLOT="3" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" IUSE="static-libs python utils" RDEPEND="python? ( ${PYTHON_DEPS} )" |