diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-23 18:05:48 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-23 19:40:12 +0100 |
commit | f591e5599f49cf1d8903efa310b8c9d9891cf16b (patch) | |
tree | 727141ac4fecc77a97fcc51ffd9d17c3ebce626e /app-text/cmark | |
parent | dev-haskell/scientific: stable 0.3.4.9 for x86/amd64, bug #631138 (diff) | |
download | gentoo-f591e5599f49cf1d8903efa310b8c9d9891cf16b.tar.gz gentoo-f591e5599f49cf1d8903efa310b8c9d9891cf16b.tar.bz2 gentoo-f591e5599f49cf1d8903efa310b8c9d9891cf16b.zip |
app-text/cmark: stable 0.28.0 for x86/amd64, bug #631138
Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"
Diffstat (limited to 'app-text/cmark')
-rw-r--r-- | app-text/cmark/cmark-0.28.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/cmark/cmark-0.28.0.ebuild b/app-text/cmark/cmark-0.28.0.ebuild index 55850c46f6d4..8645624e81eb 100644 --- a/app-text/cmark/cmark-0.28.0.ebuild +++ b/app-text/cmark/cmark-0.28.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" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" DEPEND="test? ( ${PYTHON_DEPS} )" |