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: Fri, 15 Feb 2019 01:38:02
Message-Id: 1550194621.e6c280392e0c3140b8d8c932c742307ae0793191.whissi@gentoo
1 commit: e6c280392e0c3140b8d8c932c742307ae0793191
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 15 01:36:16 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 15 01:37:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c28039
7
8 dev-libs/uthash: x86 stable (bug #676482)
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-libs/uthash/uthash-2.0.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/uthash/uthash-2.0.2.ebuild b/dev-libs/uthash/uthash-2.0.2.ebuild
17 index ca95863e281..e118b02d7fc 100644
18 --- a/dev-libs/uthash/uthash-2.0.2.ebuild
19 +++ b/dev-libs/uthash/uthash-2.0.2.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/troydhanson/${PN}/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
28 DEPEND="test? ( dev-lang/perl )"