Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/uchardet/
Date: Thu, 14 Dec 2017 20:11:36
Message-Id: 1513282288.c63040425b8824a897b8a86765a76798687d5a08.slyfox@gentoo
1 commit: c63040425b8824a897b8a86765a76798687d5a08
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 14 20:10:38 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 14 20:11:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6304042
7
8 app-i18n/uchardet: stable 0.0.6-r1 for ppc/ppc64, bug #639636
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11 RepoMan-Options: --include-arches="ppc ppc64"
12
13 app-i18n/uchardet/uchardet-0.0.6-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-i18n/uchardet/uchardet-0.0.6-r1.ebuild b/app-i18n/uchardet/uchardet-0.0.6-r1.ebuild
17 index 134abc5684e..ef5b2e5eb3f 100644
18 --- a/app-i18n/uchardet/uchardet-0.0.6-r1.ebuild
19 +++ b/app-i18n/uchardet/uchardet-0.0.6-r1.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://www.freedesktop.org/software/uchardet/releases/${P}.tar.xz"
21
22 LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
23 SLOT="0"
24 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
25 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ppc ppc64 ~x86"
26 IUSE="cpu_flags_x86_sse2 static-libs test"
27
28 PATCHES=( "${FILESDIR}/${P}-enforce-IEEE-float-precision.patch" )