diff options
author | Sam James <sam@gentoo.org> | 2020-12-19 19:35:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-19 19:35:13 +0000 |
commit | bc32f1fa6595b411fbf64dfcf865bbc1cfbd526b (patch) | |
tree | d37a06db0d50c01722c814315cd173568aa01642 /dev-libs/uthash | |
parent | app-admin/selint: Stabilize 1.1.0 amd64, #760561 (diff) | |
download | gentoo-bc32f1fa6595b411fbf64dfcf865bbc1cfbd526b.tar.gz gentoo-bc32f1fa6595b411fbf64dfcf865bbc1cfbd526b.tar.bz2 gentoo-bc32f1fa6595b411fbf64dfcf865bbc1cfbd526b.zip |
dev-libs/uthash: Stabilize 2.1.0 amd64, #760564
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/uthash')
-rw-r--r-- | dev-libs/uthash/uthash-2.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/uthash/uthash-2.1.0.ebuild b/dev-libs/uthash/uthash-2.1.0.ebuild index 49f42356561e..70699f205352 100644 --- a/dev-libs/uthash/uthash-2.1.0.ebuild +++ b/dev-libs/uthash/uthash-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )" |