diff options
author | Sam James <sam@gentoo.org> | 2023-06-10 05:18:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-10 05:18:35 +0100 |
commit | 9d3cfbe0f1d4449c5c8ab3b2d90224127c801c42 (patch) | |
tree | 31978499ddca96fa46ba82262a79f385ec86e57a /dev-libs/argtable | |
parent | dev-libs/argtable: Stabilize 2.13-r4 amd64, #908195 (diff) | |
download | gentoo-9d3cfbe0f1d4449c5c8ab3b2d90224127c801c42.tar.gz gentoo-9d3cfbe0f1d4449c5c8ab3b2d90224127c801c42.tar.bz2 gentoo-9d3cfbe0f1d4449c5c8ab3b2d90224127c801c42.zip |
dev-libs/argtable: Stabilize 2.13-r4 x86, #908195
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/argtable')
-rw-r--r-- | dev-libs/argtable/argtable-2.13-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/argtable/argtable-2.13-r4.ebuild b/dev-libs/argtable/argtable-2.13-r4.ebuild index 5f1b94343cde..2c18502ad2c2 100644 --- a/dev-libs/argtable/argtable-2.13-r4.ebuild +++ b/dev-libs/argtable/argtable-2.13-r4.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc ~x86" +KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86" IUSE="doc debug examples static-libs" PATCHES=( |