diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-07-18 11:57:08 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-07-18 11:57:08 +0200 |
commit | 5031945487b456d69d55b9525abcb4ef062ed23c (patch) | |
tree | 77fbc1638b6cfabc87c4e52b85184ebdc1107a4a /app-text | |
parent | dev-lua/toluapp: ppc stable wrt bug #688160 (diff) | |
download | gentoo-5031945487b456d69d55b9525abcb4ef062ed23c.tar.gz gentoo-5031945487b456d69d55b9525abcb4ef062ed23c.tar.bz2 gentoo-5031945487b456d69d55b9525abcb4ef062ed23c.zip |
app-text/cmark: ppc stable wrt bug #688814
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/cmark/cmark-0.29.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/cmark/cmark-0.29.0.ebuild b/app-text/cmark/cmark-0.29.0.ebuild index 6dfe78d8c39c..d4f1bfe54621 100644 --- a/app-text/cmark/cmark-0.29.0.ebuild +++ b/app-text/cmark/cmark-0.29.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/commonmark/cmark/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD-2" SLOT="0/0.29.0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ppc ~ppc64 ~x86" IUSE="test" DEPEND="test? ( ${PYTHON_DEPS} )" |