commit: 31056ea08e8d28008f9ad48ddebae812ee98739a
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 10 14:01:33 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 14:02:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31056ea0
dev-perl/Chatbot-Eliza: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...Chatbot-Eliza-1.80.0.ebuild => Chatbot-Eliza-1.80.0-r1.ebuild} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0.ebuild
b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0-r1.ebuild
similarity index 78%
rename from dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0.ebuild
rename to dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0-r1.ebuild
index af90e72727f..a8e4a608c77 100644
--- a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0.ebuild
+++ b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.80.0-r1.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=GRANTG
DIST_VERSION=1.08
@@ -12,13 +12,11 @@ DESCRIPTION="A clone of the classic Eliza program"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ppc ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Carp
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( >=virtual/perl-Test-Simple-0.880.0 )
"