diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-25 20:30:42 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-25 20:34:28 +0200 |
commit | 35756d57811b776f2d755a8d5cdbd6f4a733543e (patch) | |
tree | e35396e1860bf3ad7bbd4629156a5b276ae02386 /dev-perl/Text-Patch | |
parent | dev-perl/Text-Password-Pronounceable: EAPI=8 bump (diff) | |
download | gentoo-35756d57811b776f2d755a8d5cdbd6f4a733543e.tar.gz gentoo-35756d57811b776f2d755a8d5cdbd6f4a733543e.tar.bz2 gentoo-35756d57811b776f2d755a8d5cdbd6f4a733543e.zip |
dev-perl/Text-Patch: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Text-Patch')
-rw-r--r-- | dev-perl/Text-Patch/Text-Patch-1.800.0-r2.ebuild (renamed from dev-perl/Text-Patch/Text-Patch-1.800.0-r1.ebuild) | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/dev-perl/Text-Patch/Text-Patch-1.800.0-r1.ebuild b/dev-perl/Text-Patch/Text-Patch-1.800.0-r2.ebuild index fedb47d2380f..2a3fdd0a622d 100644 --- a/dev-perl/Text-Patch/Text-Patch-1.800.0-r1.ebuild +++ b/dev-perl/Text-Patch/Text-Patch-1.800.0-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=CADE -MODULE_VERSION=1.8 +DIST_AUTHOR=CADE +DIST_VERSION=1.8 inherit perl-module DESCRIPTION="Patches text with given patch" @@ -12,11 +12,9 @@ DESCRIPTION="Patches text with given patch" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~hppa x86" -IUSE="" RDEPEND=" dev-perl/Text-Diff " -DEPEND="${RDEPEND}" - -SRC_TEST="do" +BDEPEND="${RDEPEND} +" |