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-text/cmark/
Date: Sun, 28 Jan 2018 15:36:44
Message-Id: 1517153780.32399e61ba591697e023b9ed5ff9ec9e3549babb.slyfox@gentoo
1 commit: 32399e61ba591697e023b9ed5ff9ec9e3549babb
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 28 15:36:20 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 15:36:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32399e61
7
8 app-text/cmark: keyworded 0.28.3 for ppc/ppc64, bug #645236
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11 RepoMan-Options: --include-arches="ppc ppc64"
12
13 app-text/cmark/cmark-0.28.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-text/cmark/cmark-0.28.3.ebuild b/app-text/cmark/cmark-0.28.3.ebuild
17 index 55850c46f6d..706c679b378 100644
18 --- a/app-text/cmark/cmark-0.28.3.ebuild
19 +++ b/app-text/cmark/cmark-0.28.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/commonmark/cmark/archive/${PV}.tar.gz -> ${P}.tar.gz
27
28 LICENSE="BSD-2"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
32 IUSE="test"
33
34 DEPEND="test? ( ${PYTHON_DEPS} )"