diff options
author | Sam James <sam@gentoo.org> | 2022-07-28 15:13:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-28 15:13:48 +0100 |
commit | c03c3f3e9e5cfe1606b19221d7c5b9b3442badb7 (patch) | |
tree | 86befac66a82cab1971790dd11a19a42c9169111 /dev-libs/libgpiod | |
parent | media-libs/harfbuzz: add github upstream metadata (diff) | |
download | gentoo-c03c3f3e9e5cfe1606b19221d7c5b9b3442badb7.tar.gz gentoo-c03c3f3e9e5cfe1606b19221d7c5b9b3442badb7.tar.bz2 gentoo-c03c3f3e9e5cfe1606b19221d7c5b9b3442badb7.zip |
dev-libs/libgpiod: Stabilize 1.6.3-r1 x86, #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 a0b6d335709c..8830c7759db5 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 )" |