summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-05 21:14:44 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-05 21:27:35 +0100
commit955bb9c6b19635de7740a76bbf5981289c98506e (patch)
tree310308625b73eaf1c3fab6b176692d964362e6fa
parentsys-apps/xdg-desktop-portal: Stabilize 1.10.1 amd64, #818286 (diff)
downloadgentoo-955bb9c6b19635de7740a76bbf5981289c98506e.tar.gz
gentoo-955bb9c6b19635de7740a76bbf5981289c98506e.tar.bz2
gentoo-955bb9c6b19635de7740a76bbf5981289c98506e.zip
dev-perl/IO-Prompt: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/IO-Prompt/IO-Prompt-0.997.4-r1.ebuild (renamed from dev-perl/IO-Prompt/IO-Prompt-0.997.4.ebuild)8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-perl/IO-Prompt/IO-Prompt-0.997.4.ebuild b/dev-perl/IO-Prompt/IO-Prompt-0.997.4-r1.ebuild
index 6494883ec7ae..80060fa495a7 100644
--- a/dev-perl/IO-Prompt/IO-Prompt-0.997.4.ebuild
+++ b/dev-perl/IO-Prompt/IO-Prompt-0.997.4-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=DCONWAY
DIST_VERSION=0.997004
@@ -12,15 +12,13 @@ DESCRIPTION="Interactively prompt for user input"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-IO
dev-perl/TermReadKey
dev-perl/Want
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
dev-perl/Module-Build
test? ( virtual/perl-Test-Simple )
"