diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-04-20 23:02:32 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-04-20 23:02:32 -0400 |
commit | 943246168e313959e00eb1e87171ea2fc8c62b7c (patch) | |
tree | 76524eeb65ed138621f0f9e269e9b907f91b3efd /dev-libs/libgpiod | |
parent | sys-apps/input-utils: keyword ~arm64 (diff) | |
download | gentoo-943246168e313959e00eb1e87171ea2fc8c62b7c.tar.gz gentoo-943246168e313959e00eb1e87171ea2fc8c62b7c.tar.bz2 gentoo-943246168e313959e00eb1e87171ea2fc8c62b7c.zip |
dev-libs/libgpiod: keyword ~arm64
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-libs/libgpiod')
-rw-r--r-- | dev-libs/libgpiod/libgpiod-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libgpiod/libgpiod-1.1.1.ebuild b/dev-libs/libgpiod/libgpiod-1.1.1.ebuild index c08b952a7278..3435a33062ce 100644 --- a/dev-libs/libgpiod/libgpiod-1.1.1.ebuild +++ b/dev-libs/libgpiod/libgpiod-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://mirrors.edge.kernel.org/pub/software/libs/libgpiod/libgpiod-1.1 LICENSE="LGPL-2.1" # Reflects the ABI of libgpiod.so SLOT="0/1" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="static-libs +tools" multilib_src_configure() { |