diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-01-28 15:36:20 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-01-28 15:36:20 +0000 |
commit | 32399e61ba591697e023b9ed5ff9ec9e3549babb (patch) | |
tree | 935c25a6bb2d262ee30b424055e0c80eabfe25c7 /app-text/cmark | |
parent | net-misc/curl: stable 7.58.0 for ppc/ppc64, bug #645698 (diff) | |
download | gentoo-32399e61ba591697e023b9ed5ff9ec9e3549babb.tar.gz gentoo-32399e61ba591697e023b9ed5ff9ec9e3549babb.tar.bz2 gentoo-32399e61ba591697e023b9ed5ff9ec9e3549babb.zip |
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"
Diffstat (limited to 'app-text/cmark')
-rw-r--r-- | app-text/cmark/cmark-0.28.3.ebuild | 4 |
1 files 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 55850c46f6d4..706c679b378c 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} )" |