summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-25 20:26:28 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-25 20:34:19 +0200
commita8538a9b6e11b7121669f44287f1324464e0a1ab (patch)
tree7e9a51253d3679bc22710802bf2f0149937f73f6
parentdev-perl/Text-LevenshteinXS: EAPI=8 bump (diff)
downloadgentoo-a8538a9b6e11b7121669f44287f1324464e0a1ab.tar.gz
gentoo-a8538a9b6e11b7121669f44287f1324464e0a1ab.tar.bz2
gentoo-a8538a9b6e11b7121669f44287f1324464e0a1ab.zip
dev-perl/Text-Markdown: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/Text-Markdown/Text-Markdown-1.0.31-r2.ebuild (renamed from dev-perl/Text-Markdown/Text-Markdown-1.0.31-r1.ebuild)8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-perl/Text-Markdown/Text-Markdown-1.0.31-r1.ebuild b/dev-perl/Text-Markdown/Text-Markdown-1.0.31-r2.ebuild
index 2632848022c0..501bd53d008e 100644
--- a/dev-perl/Text-Markdown/Text-Markdown-1.0.31-r1.ebuild
+++ b/dev-perl/Text-Markdown/Text-Markdown-1.0.31-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=BOBTFISH
DIST_VERSION=1.000031
@@ -12,15 +12,13 @@ DESCRIPTION="Convert MultiMarkdown syntax to (X)HTML"
SLOT="0"
LICENSE="BSD"
KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Digest-MD5
virtual/perl-Getopt-Long
virtual/perl-Text-Balanced
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
test? (
virtual/perl-Test-Simple
dev-perl/Text-Diff