diff options
author | Sam James <sam@gentoo.org> | 2022-09-09 10:24:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-09 10:24:45 +0100 |
commit | cf8fe00cdbd149664ac90092abd6a51196764df9 (patch) | |
tree | ee0a0867d0e3c17d358d6aaf16f4359eae97506f /dev-libs/libgpiod | |
parent | dev-libs/libgpiod: Stabilize 1.6.3-r1 arm, #859802 (diff) | |
download | gentoo-cf8fe00cdbd149664ac90092abd6a51196764df9.tar.gz gentoo-cf8fe00cdbd149664ac90092abd6a51196764df9.tar.bz2 gentoo-cf8fe00cdbd149664ac90092abd6a51196764df9.zip |
dev-libs/libgpiod: Stabilize 1.6.3-r1 amd64, #859802
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libgpiod')
-rw-r--r-- | dev-libs/libgpiod/libgpiod-1.6.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libgpiod/libgpiod-1.6.3-r1.ebuild b/dev-libs/libgpiod/libgpiod-1.6.3-r1.ebuild index 85f698b2fb36..454448e6edad 100644 --- a/dev-libs/libgpiod/libgpiod-1.6.3-r1.ebuild +++ b/dev-libs/libgpiod/libgpiod-1.6.3-r1.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="static-libs +tools cxx python test" RESTRICT="!test? ( test )" |