diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2019-03-03 14:56:38 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-03-11 11:13:38 +0100 |
commit | 22df34c0155b6489b694c48ebc04ecc6aa240510 (patch) | |
tree | 07e4bb6db7eaa60eb99ea8cb63fbd97a402e21a4 /app-text | |
parent | app-text/cmark: remove old version. (diff) | |
download | gentoo-22df34c0155b6489b694c48ebc04ecc6aa240510.tar.gz gentoo-22df34c0155b6489b694c48ebc04ecc6aa240510.tar.bz2 gentoo-22df34c0155b6489b694c48ebc04ecc6aa240510.zip |
app-text/cmark: add subslot.
Closes: https://bugs.gentoo.org/679230
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/cmark/cmark-0.28.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/cmark/cmark-0.28.3.ebuild b/app-text/cmark/cmark-0.28.3.ebuild index 55c636df3600..215c1bf461aa 100644 --- a/app-text/cmark/cmark-0.28.3.ebuild +++ b/app-text/cmark/cmark-0.28.3.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/commonmark/cmark" SRC_URI="https://github.com/commonmark/cmark/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" -SLOT="0" +SLOT="0/0.28.3" KEYWORDS="amd64 ppc ~ppc64 x86" IUSE="test" |