diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-05-19 11:27:49 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-05-19 11:27:49 +0200 |
commit | ca0844bcaab96b564bed4c81a02d761ad075ffef (patch) | |
tree | 7e3500706e77d4012541a8fbf81f0a4d1e8f9e71 /dev-libs/uthash | |
parent | dev-libs/libtpms: arm stable wrt bug #843800 (diff) | |
download | gentoo-ca0844bcaab96b564bed4c81a02d761ad075ffef.tar.gz gentoo-ca0844bcaab96b564bed4c81a02d761ad075ffef.tar.bz2 gentoo-ca0844bcaab96b564bed4c81a02d761ad075ffef.zip |
dev-libs/uthash: arm stable wrt bug #843800
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm"
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 9dd5d446c195..653e84a4a53a 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 )" |