From 32399e61ba591697e023b9ed5ff9ec9e3549babb Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 28 Jan 2018 15:36:20 +0000 Subject: [PATCH] app-text/cmark: keyworded 0.28.3 for ppc/ppc64, bug #645236 Package-Manager: Portage-2.3.20, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc ppc64" --- app-text/cmark/cmark-0.28.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/cmark/cmark-0.28.3.ebuild b/app-text/cmark/cmark-0.28.3.ebuild index 55850c46f6d42..706c679b378c2 100644 --- a/app-text/cmark/cmark-0.28.3.ebuild +++ b/app-text/cmark/cmark-0.28.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/commonmark/cmark/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="test" DEPEND="test? ( ${PYTHON_DEPS} )"