diff options
author | Sam James <sam@gentoo.org> | 2022-10-25 12:18:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-25 12:18:43 +0100 |
commit | ef95ff18f637c7eee2d2a42e1e78d7d3e4d90b4c (patch) | |
tree | 9edf49f06a9802f576cb2b4cb103557c517ca4ab /dev-libs/libgpiod | |
parent | dev-python/pandas: Stabilize 1.5.0-r1 amd64, #878239 (diff) | |
download | gentoo-ef95ff18f637c7eee2d2a42e1e78d7d3e4d90b4c.tar.gz gentoo-ef95ff18f637c7eee2d2a42e1e78d7d3e4d90b4c.tar.bz2 gentoo-ef95ff18f637c7eee2d2a42e1e78d7d3e4d90b4c.zip |
dev-libs/libgpiod: Stabilize 1.6.3-r4 arm64, #878249
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libgpiod')
-rw-r--r-- | dev-libs/libgpiod/libgpiod-1.6.3-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libgpiod/libgpiod-1.6.3-r4.ebuild b/dev-libs/libgpiod/libgpiod-1.6.3-r4.ebuild index cf58ecdba373..a7b0b7c772e3 100644 --- a/dev-libs/libgpiod/libgpiod-1.6.3-r4.ebuild +++ b/dev-libs/libgpiod/libgpiod-1.6.3-r4.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://mirrors.edge.kernel.org/pub/software/libs/libgpiod/${P}.tar.xz" LICENSE="LGPL-2.1" # Reflects the ABI of libgpiod.so SLOT="0/2" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm arm64 ~riscv ~x86" IUSE="+tools cxx python test" RESTRICT="!test? ( test )" |