Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/utfcpp/
Date: Sun, 17 Feb 2019 17:40:20
Message-Id: 1550425196.c89beb154ebc13cfc4c792be37d1bb24c5f1f606.slyfox@gentoo
1 commit: c89beb154ebc13cfc4c792be37d1bb24c5f1f606
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 17:38:47 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 17:39:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c89beb15
7
8 dev-libs/utfcpp: keyworded 2.3.4 for ppc/ppc64, bug #674034
9
10 Tested-by: ernsteiswuerfel
11 Package-Manager: Portage-2.3.60, Repoman-2.3.12
12 RepoMan-Options: --include-arches="ppc ppc64"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-libs/utfcpp/utfcpp-2.3.4.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-libs/utfcpp/utfcpp-2.3.4.ebuild b/dev-libs/utfcpp/utfcpp-2.3.4.ebuild
19 index 55dd1b6ce84..87fb7a69d0e 100644
20 --- a/dev-libs/utfcpp/utfcpp-2.3.4.ebuild
21 +++ b/dev-libs/utfcpp/utfcpp-2.3.4.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/utfcpp/utf8_v${PV//./_}.zip"
29
30 LICENSE="Boost-1.0"
31 SLOT="0"
32 -KEYWORDS="amd64 x86"
33 +KEYWORDS="amd64 ~ppc ~ppc64 x86"
34 IUSE=""
35
36 DEPEND="app-arch/unzip"