diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-09 15:53:16 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-09 15:53:16 +0200 |
commit | 1e9cffde66434f990fde36cb571b5187437951ad (patch) | |
tree | 2672549b819a044ec343bce65d802a469e7852c4 /dev-libs/libgpiod | |
parent | net-libs/libmicrohttpd: x86 stable wrt bug #725362 (diff) | |
download | gentoo-1e9cffde66434f990fde36cb571b5187437951ad.tar.gz gentoo-1e9cffde66434f990fde36cb571b5187437951ad.tar.bz2 gentoo-1e9cffde66434f990fde36cb571b5187437951ad.zip |
dev-libs/libgpiod: x86 stable wrt bug #726456
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/libgpiod')
-rw-r--r-- | dev-libs/libgpiod/libgpiod-1.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libgpiod/libgpiod-1.4.1.ebuild b/dev-libs/libgpiod/libgpiod-1.4.1.ebuild index 7365361aca89..bba3d79d1423 100644 --- a/dev-libs/libgpiod/libgpiod-1.4.1.ebuild +++ b/dev-libs/libgpiod/libgpiod-1.4.1.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/1" -KEYWORDS="amd64 arm arm64 ~x86" +KEYWORDS="amd64 arm arm64 x86" IUSE="static-libs +tools cxx python test" RESTRICT="!test? ( test )" |