diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-17 21:29:14 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-17 21:29:14 +0200 |
commit | ba127540b65881c9f7d2ba3c6bb29ef7d06776b6 (patch) | |
tree | 2790eb73838914d66a4e68acfa9dd9df02179f64 /dev-perl/Pod-LaTeX | |
parent | dev-perl/Pod-Coverage: EAPI=8; virtual/perl-Pod-Parser -> dev-perl/... (diff) | |
download | gentoo-ba127540b65881c9f7d2ba3c6bb29ef7d06776b6.tar.gz gentoo-ba127540b65881c9f7d2ba3c6bb29ef7d06776b6.tar.bz2 gentoo-ba127540b65881c9f7d2ba3c6bb29ef7d06776b6.zip |
dev-perl/Pod-LaTeX: EAPI=8; virtual/perl-Pod-Parser -> dev-perl/...
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Pod-LaTeX')
-rw-r--r-- | dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r2.ebuild (renamed from dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild b/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r2.ebuild index 6edc8fd633da..8569cf14b6a3 100644 --- a/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild +++ b/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DIST_AUTHOR=TJENNESS DIST_VERSION=0.61 @@ -11,13 +11,12 @@ DESCRIPTION="Convert Pod data to formatted LaTeX" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 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-Parser + dev-perl/Pod-Parser virtual/perl-if " + BDEPEND="${RDEPEND} dev-perl/Module-Build test? ( |