diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-28 21:33:28 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-28 22:00:42 +0200 |
commit | ee5f41248822df4fcd1927e141a87c915430f399 (patch) | |
tree | 1fb5236a7785bc6f1fb7ec9fa1ca684eee418d87 /dev-perl/File-Copy-Link | |
parent | dev-perl/File-chdir: EAPI=8 bump (diff) | |
download | gentoo-ee5f41248822df4fcd1927e141a87c915430f399.tar.gz gentoo-ee5f41248822df4fcd1927e141a87c915430f399.tar.bz2 gentoo-ee5f41248822df4fcd1927e141a87c915430f399.zip |
dev-perl/File-Copy-Link: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/File-Copy-Link')
-rw-r--r-- | dev-perl/File-Copy-Link/File-Copy-Link-0.140.0-r1.ebuild (renamed from dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0-r1.ebuild index a0538d91d941..3dbce46bdd45 100644 --- a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild +++ b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.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=8 DIST_AUTHOR=RMBARKER DIST_VERSION=0.140 @@ -11,13 +11,11 @@ DESCRIPTION="Perl extension for replacing a link by a copy of the linked file" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" virtual/perl-File-Spec " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} >=dev-perl/Module-Build-0.380.0 test? ( virtual/perl-File-Temp |