diff options
author | Sam James <sam@gentoo.org> | 2024-10-06 11:48:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-06 11:48:55 +0100 |
commit | 6517e1bc78e7975c36f82f62db393abc5d484837 (patch) | |
tree | 9eb769ed26c1ad9e51b878c81e186815c7dd978a /dev-libs/uthash | |
parent | dev-libs/uthash: Stabilize 2.3.0-r1 amd64, #940937 (diff) | |
download | gentoo-6517e1bc78e7975c36f82f62db393abc5d484837.tar.gz gentoo-6517e1bc78e7975c36f82f62db393abc5d484837.tar.bz2 gentoo-6517e1bc78e7975c36f82f62db393abc5d484837.zip |
dev-libs/uthash: Stabilize 2.3.0-r1 x86, #940937
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/uthash')
-rw-r--r-- | dev-libs/uthash/uthash-2.3.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/uthash/uthash-2.3.0-r1.ebuild b/dev-libs/uthash/uthash-2.3.0-r1.ebuild index 70afe7d469e6..8691d91a9254 100644 --- a/dev-libs/uthash/uthash-2.3.0-r1.ebuild +++ b/dev-libs/uthash/uthash-2.3.0-r1.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 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" IUSE="test" RESTRICT="!test? ( test )" |