diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-12-08 18:56:44 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-12-08 18:56:44 -0500 |
commit | e20744ec99c0a7ddac6084754bbb26572516bdf4 (patch) | |
tree | 97f6ba2ab036136bf3ce14eb1130a2b893159b6a /dev-libs/libgpiod | |
parent | x11-misc/xcalib: keyword ~arm (diff) | |
download | gentoo-e20744ec99c0a7ddac6084754bbb26572516bdf4.tar.gz gentoo-e20744ec99c0a7ddac6084754bbb26572516bdf4.tar.bz2 gentoo-e20744ec99c0a7ddac6084754bbb26572516bdf4.zip |
dev-libs/libgpiod: keyword ~arm
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.51, 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 7cbe28bf2d35..c08b952a7278 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 Foundation +# Copyright 1999-2018 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 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="static-libs +tools" multilib_src_configure() { |