diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-27 20:31:11 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-27 21:00:55 +0200 |
commit | 6e2828020e68216f7f04d07dfee48fcf377e140a (patch) | |
tree | 7d3e0ff87dc2558a9b4b9f1933774cecaef00a86 /dev-perl/Text-WrapI18N | |
parent | sys-apps/baselayout: install sysctl.d and modprobe.d in /lib on linux (diff) | |
download | gentoo-6e2828020e68216f7f04d07dfee48fcf377e140a.tar.gz gentoo-6e2828020e68216f7f04d07dfee48fcf377e140a.tar.bz2 gentoo-6e2828020e68216f7f04d07dfee48fcf377e140a.zip |
dev-perl/Text-WrapI18N: 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-WrapI18N')
-rw-r--r-- | dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0-r2.ebuild (renamed from dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0-r1.ebuild) | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0-r1.ebuild b/dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0-r2.ebuild index 856cdba9852e..0fce69042914 100644 --- a/dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0-r1.ebuild +++ b/dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0-r2.ebuild @@ -1,19 +1,16 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=KUBOTA -MODULE_VERSION=0.06 +DIST_AUTHOR=KUBOTA +DIST_VERSION=0.06 inherit perl-module DESCRIPTION="Internationalized substitute of Text::Wrap" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" RDEPEND="dev-perl/Text-CharWidth" -DEPEND="${RDEPEND}" - -SRC_TEST="do" +BDEPEND="${RDEPEND}" |