diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-07-03 10:47:52 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-07-03 10:47:52 +0200 |
commit | 49a60a747c8d848a7824474382c1fb8f555ce5e8 (patch) | |
tree | 759878e1791a942b814c86e72f73a8b1eee267e1 /dev-libs | |
parent | dev-python/logutils: Add a test dep on redis-py (diff) | |
download | gentoo-49a60a747c8d848a7824474382c1fb8f555ce5e8.tar.gz gentoo-49a60a747c8d848a7824474382c1fb8f555ce5e8.tar.bz2 gentoo-49a60a747c8d848a7824474382c1fb8f555ce5e8.zip |
dev-libs/argtable: amd64 stable wrt bug #856127
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/argtable/argtable-2.13-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/argtable/argtable-2.13-r2.ebuild b/dev-libs/argtable/argtable-2.13-r2.ebuild index fce9e415a002..ca53595fbdad 100644 --- a/dev-libs/argtable/argtable-2.13-r2.ebuild +++ b/dev-libs/argtable/argtable-2.13-r2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="doc debug examples static-libs" S="${WORKDIR}"/${MY_P} |