diff options
author | Alexis Ballier <aballier@gentoo.org> | 2019-02-18 19:40:09 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2019-02-18 20:18:01 +0100 |
commit | b6cd4669aae9435a9f5802b31a681f07f238486d (patch) | |
tree | b374a1dc38a06f995baeb41e0a9dae609fdbc10f /dev-libs/redland-bindings | |
parent | net-dns/opendnssec: Revbump to fix dependencies and building (diff) | |
download | gentoo-b6cd4669aae9435a9f5802b31a681f07f238486d.tar.gz gentoo-b6cd4669aae9435a9f5802b31a681f07f238486d.tar.bz2 gentoo-b6cd4669aae9435a9f5802b31a681f07f238486d.zip |
dev-libs/redland-bindings: keyword ~arm64
Package-Manager: Portage-2.3.61, Repoman-2.3.12
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-libs/redland-bindings')
-rw-r--r-- | dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild b/dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild index e4d0baf95be0..f95cfbb27738 100644 --- a/dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild +++ b/dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="http://download.librdf.org/source/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-linux ~ppc-macos" IUSE="lua perl python php ruby" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |