Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/uthash/
Date: Tue, 02 Feb 2021 23:46:10
Message-Id: 1612309493.4741e9e2d0ffe0e834cf5ee8f5f33e32fdbd51e4.sam@gentoo
1 commit: 4741e9e2d0ffe0e834cf5ee8f5f33e32fdbd51e4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 2 23:44:53 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 23:44:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4741e9e2
7
8 dev-libs/uthash: Stabilize 2.2.0 x86, #767694
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/uthash/uthash-2.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/uthash/uthash-2.2.0.ebuild b/dev-libs/uthash/uthash-2.2.0.ebuild
16 index b51e454cc11..7e3b5953a15 100644
17 --- a/dev-libs/uthash/uthash-2.2.0.ebuild
18 +++ b/dev-libs/uthash/uthash-2.2.0.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/troydhanson/uthash/archive/v${PV}.tar.gz -> ${P}.tar
20
21 LICENSE="BSD-1"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
24 +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
25 IUSE="test"
26 RESTRICT="!test? ( test )"