diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-05-20 11:17:05 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-05-20 11:17:05 +0200 |
commit | a075baeb556463215fd99bb57a317f8c9f38ce45 (patch) | |
tree | 5f6a773408c3a699d4e639c285e13842d51d3b08 /dev-libs/uthash | |
parent | dev-libs/libtpms: arm64 stable wrt bug #843800 (diff) | |
download | gentoo-a075baeb556463215fd99bb57a317f8c9f38ce45.tar.gz gentoo-a075baeb556463215fd99bb57a317f8c9f38ce45.tar.bz2 gentoo-a075baeb556463215fd99bb57a317f8c9f38ce45.zip |
dev-libs/uthash: arm64 stable wrt bug #843800
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/uthash')
-rw-r--r-- | dev-libs/uthash/uthash-2.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/uthash/uthash-2.3.0.ebuild b/dev-libs/uthash/uthash-2.3.0.ebuild index 653e84a4a53a..0092575fb688 100644 --- a/dev-libs/uthash/uthash-2.3.0.ebuild +++ b/dev-libs/uthash/uthash-2.3.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/troydhanson/uthash/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="BSD-1" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~riscv ~sparc x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~sparc x86" IUSE="test" RESTRICT="!test? ( test )" |