summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-31 18:54:37 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-31 19:06:36 +0200
commitc503338af1b5f606ca9aa42348b28a30dbbaf170 (patch)
tree050d748ff48fc8e6b9252ef7d4c7e9eacb4f94e1
parentdev-perl/Pod-POM-View-Restructured: Version bump 1.000003 (diff)
downloadgentoo-c503338a.tar.gz
gentoo-c503338a.tar.bz2
gentoo-c503338a.zip
dev-perl/Pod-Simple-LaTeX: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/Pod-Simple-LaTeX/Pod-Simple-LaTeX-0.60.0-r1.ebuild (renamed from dev-perl/Pod-Simple-LaTeX/Pod-Simple-LaTeX-0.60.0.ebuild)7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/Pod-Simple-LaTeX/Pod-Simple-LaTeX-0.60.0.ebuild b/dev-perl/Pod-Simple-LaTeX/Pod-Simple-LaTeX-0.60.0-r1.ebuild
index e4586b172346..c2fbbf0ffd38 100644
--- a/dev-perl/Pod-Simple-LaTeX/Pod-Simple-LaTeX-0.60.0.ebuild
+++ b/dev-perl/Pod-Simple-LaTeX/Pod-Simple-LaTeX-0.60.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=JGOFF
DIST_VERSION=0.06
@@ -10,10 +10,9 @@ inherit perl-module
DESCRIPTION="format Pod as LaTeX"
SLOT="0"
KEYWORDS="amd64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
>=virtual/perl-Pod-Simple-0.10.0
"
-DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}
+"