commit: 9cd206b642c0ee4e198dd0cc6fb4535890329b81 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Jun 28 17:16:25 2025 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Jun 28 17:21:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cd206b6
dev-perl/IPC-ShareLite: EAPI bump; simplify Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> ...areLite-0.170.0-r2.ebuild => IPC-ShareLite-0.170.0-r3.ebuild} | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r2.ebuild b/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r3.ebuild similarity index 66% rename from dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r2.ebuild rename to dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r3.ebuild index c4a50145c595..596b0f31baf7 100644 --- a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r2.ebuild +++ b/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DIST_AUTHOR=ANDYA DIST_VERSION=0.17 @@ -11,10 +11,5 @@ DESCRIPTION="IPC::ShareLite module for perl" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -BDEPEND="test? ( virtual/perl-Test-Simple )" PERL_RM_FILES=( t/pod.t )
