diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-05-17 14:38:17 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-05-17 14:38:17 +0200 |
commit | fd8707b9ccdc7d3a60d44a3f38cdc31f8d8caf72 (patch) | |
tree | dc4d1f69bc1bd178032e5e2d2f0d0a653b3fbd34 /dev-libs/uthash | |
parent | dev-libs/libtpms: ppc64 stable wrt bug #843800 (diff) | |
download | gentoo-fd8707b9ccdc7d3a60d44a3f38cdc31f8d8caf72.tar.gz gentoo-fd8707b9ccdc7d3a60d44a3f38cdc31f8d8caf72.tar.bz2 gentoo-fd8707b9ccdc7d3a60d44a3f38cdc31f8d8caf72.zip |
dev-libs/uthash: ppc64 stable wrt bug #843800
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
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 41f2591d79e4..9dd5d446c195 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 )" |