commit:     939610f2cc20a9d51a78047598c73a09d5a6d709
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue May 18 22:45:34 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue May 18 22:48:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=939610f2

dev-perl/Pod-LaTeX: EAPI bump

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 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-r1.ebuild
index 47243469aa1..fd63e8f5abb 100644
--- a/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild
+++ b/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.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=7
 
 DIST_AUTHOR=TJENNESS
 DIST_VERSION=0.61
@@ -11,12 +11,15 @@ 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=""
+IUSE="test"
 
 RDEPEND="
        virtual/perl-Pod-Parser
        virtual/perl-if
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
        dev-perl/Module-Build
+       test? (
+               virtual/perl-Test-Simple
+       )
 "

Reply via email to