diff options
author | Sam James <sam@gentoo.org> | 2024-05-15 13:10:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-15 13:10:08 +0100 |
commit | 81ce257d9880af7fb1292c6ae8cb5ada42444fbf (patch) | |
tree | 694428df956b2fbed4dfa0247ae0b38b6ebe919d /dev-libs | |
parent | dev-libs/libgpiod: Stabilize 1.6.4 amd64, #931945 (diff) | |
download | gentoo-81ce257d9880af7fb1292c6ae8cb5ada42444fbf.tar.gz gentoo-81ce257d9880af7fb1292c6ae8cb5ada42444fbf.tar.bz2 gentoo-81ce257d9880af7fb1292c6ae8cb5ada42444fbf.zip |
dev-libs/libgpiod: Stabilize 1.6.4 arm64, #931945
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libgpiod/libgpiod-1.6.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libgpiod/libgpiod-1.6.4.ebuild b/dev-libs/libgpiod/libgpiod-1.6.4.ebuild index abfaf32a04aa..9ab716505dfa 100644 --- a/dev-libs/libgpiod/libgpiod-1.6.4.ebuild +++ b/dev-libs/libgpiod/libgpiod-1.6.4.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 )" |