diff options
author | 2021-08-09 01:47:16 +0200 | |
---|---|---|
committer | 2021-08-09 02:15:47 +0200 | |
commit | 023f5ed76821a14d52848a37c9e4ab76008e5ef2 (patch) | |
tree | 3f87ebb9399973ef007c22c7400eb14468fca68a /dev-perl/Sphinx-Config | |
parent | dev-perl/Speech-Recognizer-SPX: EAPI=8 bump (diff) | |
download | gentoo-023f5ed76821a14d52848a37c9e4ab76008e5ef2.tar.gz gentoo-023f5ed76821a14d52848a37c9e4ab76008e5ef2.tar.bz2 gentoo-023f5ed76821a14d52848a37c9e4ab76008e5ef2.zip |
dev-perl/Sphinx-Config: EAPI=8 bump
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/Sphinx-Config')
-rw-r--r-- | dev-perl/Sphinx-Config/Sphinx-Config-0.100.0-r1.ebuild (renamed from dev-perl/Sphinx-Config/Sphinx-Config-0.100.0.ebuild) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-perl/Sphinx-Config/Sphinx-Config-0.100.0.ebuild b/dev-perl/Sphinx-Config/Sphinx-Config-0.100.0-r1.ebuild index e497c86b2f5d..8b4beea5ae71 100644 --- a/dev-perl/Sphinx-Config/Sphinx-Config-0.100.0.ebuild +++ b/dev-perl/Sphinx-Config/Sphinx-Config-0.100.0-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=JJSCHUTZ DIST_VERSION=0.10 @@ -11,15 +11,13 @@ DESCRIPTION="Sphinx search engine configuration file read/modify/write" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-Carp dev-perl/List-MoreUtils virtual/perl-Storable " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple ) " |