Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/uthash/
Date: Thu, 01 Apr 2021 12:11:11
Message-Id: 1617278714.2fe42b3a89d7a517277f73dc8119b41ba19eda55.whissi@gentoo
1 commit: 2fe42b3a89d7a517277f73dc8119b41ba19eda55
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 1 12:05:14 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 1 12:05:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fe42b3a
7
8 dev-libs/uthash: x86 stable (bug #779613)
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-libs/uthash/uthash-2.3.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/uthash/uthash-2.3.0.ebuild b/dev-libs/uthash/uthash-2.3.0.ebuild
17 index 5e4ed934d4c..70c3265cd36 100644
18 --- a/dev-libs/uthash/uthash-2.3.0.ebuild
19 +++ b/dev-libs/uthash/uthash-2.3.0.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/troydhanson/uthash/archive/v${PV}.tar.gz -> ${P}.tar
21
22 LICENSE="BSD-1"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
25 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc x86"
26 IUSE="test"
27 RESTRICT="!test? ( test )"