diff options
author | 2024-05-15 13:10:07 +0100 | |
---|---|---|
committer | 2024-05-15 13:10:07 +0100 | |
commit | 1509d69d30a09f6bef2cdf940e1f4309f2bb0bff (patch) | |
tree | 2a4a0e527dce8af2b3ec92fc227d9a30e000a2a0 | |
parent | dev-lang/gprolog: Stabilize 1.5.0-r1 x86, #931919 (diff) | |
download | gentoo-1509d69d30a09f6bef2cdf940e1f4309f2bb0bff.tar.gz gentoo-1509d69d30a09f6bef2cdf940e1f4309f2bb0bff.tar.bz2 gentoo-1509d69d30a09f6bef2cdf940e1f4309f2bb0bff.zip |
dev-libs/libgpiod: Stabilize 1.6.4 amd64, #931945
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-libs/libgpiod/libgpiod-1.6.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libgpiod/libgpiod-1.6.4.ebuild b/dev-libs/libgpiod/libgpiod-1.6.4.ebuild index 89067dc6f4b6..abfaf32a04aa 100644 --- a/dev-libs/libgpiod/libgpiod-1.6.4.ebuild +++ b/dev-libs/libgpiod/libgpiod-1.6.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 )" |