diff options
author | Sam James <sam@gentoo.org> | 2024-05-15 13:48:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-15 13:48:55 +0100 |
commit | 2838381a5d22e87c93ef5cef8ef6adf24c5a22db (patch) | |
tree | 27d9b6040e09ab9e670dd1d7910522a1d1ae6687 /dev-libs/libgpiod | |
parent | dev-java/auto-service-annotations: Stabilize 1.1.1 x86, #929985 (diff) | |
download | gentoo-2838381a5d22e87c93ef5cef8ef6adf24c5a22db.tar.gz gentoo-2838381a5d22e87c93ef5cef8ef6adf24c5a22db.tar.bz2 gentoo-2838381a5d22e87c93ef5cef8ef6adf24c5a22db.zip |
dev-libs/libgpiod: Stabilize 1.6.4 x86, #931945
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libgpiod')
-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 6dc246713665..cab36b424ecb 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 )" |