diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-29 18:23:48 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-29 18:30:56 +0200 |
commit | ac6b38a6bc2d7571752a77c89a838ddefc5a9314 (patch) | |
tree | e10709ba09aca48a97a90da68677c6e8edf0cbfa | |
parent | dev-perl/File-MimeInfo: Remove old (diff) | |
download | gentoo-ac6b38a6bc2d7571752a77c89a838ddefc5a9314.tar.gz gentoo-ac6b38a6bc2d7571752a77c89a838ddefc5a9314.tar.bz2 gentoo-ac6b38a6bc2d7571752a77c89a838ddefc5a9314.zip |
dev-perl/File-NCopy: 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/File-NCopy/File-NCopy-0.360.0-r3.ebuild (renamed from dev-perl/File-NCopy/File-NCopy-0.360.0-r2.ebuild) | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/dev-perl/File-NCopy/File-NCopy-0.360.0-r2.ebuild b/dev-perl/File-NCopy/File-NCopy-0.360.0-r3.ebuild index 51e445e4d0bd..7a43332b4583 100644 --- a/dev-perl/File-NCopy/File-NCopy-0.360.0-r2.ebuild +++ b/dev-perl/File-NCopy/File-NCopy-0.360.0-r3.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=CHORNY DIST_VERSION=0.36 @@ -11,10 +11,12 @@ DESCRIPTION="Copy file, file Copy file[s] | dir[s], dir" SLOT="0" KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="" -RDEPEND="virtual/perl-File-Spec" -DEPEND="${RDEPEND}" +RDEPEND=" + virtual/perl-File-Spec +" +BDEPEND="${RDEPEND} +" src_test() { perl_rm_files t/pod.t |