diff options
author | 2014-04-06 14:56:00 +0000 | |
---|---|---|
committer | 2014-04-06 14:56:00 +0000 | |
commit | a27cd6de7f15a0192033b1dfb50d0bde426fa367 (patch) | |
tree | a9dff52d430bdb6081fef9575c68d01b60d24d52 /dev-libs/libnl/libnl-3.2.23.ebuild | |
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/libnl-3.2.23.ebuild')
-rw-r--r-- | dev-libs/libnl/libnl-3.2.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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} )" |