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-python/PyICU/
Date: Tue, 22 Dec 2020 17:09:00
Message-Id: 1608656863.01fceb3c1fa613db5437dbd1471bb231f7ae6c29.whissi@gentoo
1 commit: 01fceb3c1fa613db5437dbd1471bb231f7ae6c29
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 22 17:07:43 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 22 17:07:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01fceb3c
7
8 dev-python/PyICU: x86 stable (bug #761082)
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-python/PyICU/PyICU-2.6.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/PyICU/PyICU-2.6.ebuild b/dev-python/PyICU/PyICU-2.6.ebuild
17 index aebc83f22da..fba85fc781c 100644
18 --- a/dev-python/PyICU/PyICU-2.6.ebuild
19 +++ b/dev-python/PyICU/PyICU-2.6.ebuild
20 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
21
22 LICENSE="MIT"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~x86"
25 +KEYWORDS="~amd64 x86"
26
27 RDEPEND="dev-libs/icu:="
28 DEPEND="${RDEPEND}"