diff options
author | 2021-09-25 20:20:58 +0200 | |
---|---|---|
committer | 2021-09-25 20:34:07 +0200 | |
commit | 31242642627cfd7c7d847807e6bc5931746a5dd5 (patch) | |
tree | 15f6e0fea0d2b58d6a343d232efa327ce289a6b1 /dev-perl/Text-Iconv | |
parent | net-misc/sitecopy: revbump for RDEPEND change (diff) | |
download | gentoo-31242642627cfd7c7d847807e6bc5931746a5dd5.tar.gz gentoo-31242642627cfd7c7d847807e6bc5931746a5dd5.tar.bz2 gentoo-31242642627cfd7c7d847807e6bc5931746a5dd5.zip |
dev-perl/Text-Iconv: 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-Iconv')
-rw-r--r-- | dev-perl/Text-Iconv/Text-Iconv-1.700.0-r3.ebuild (renamed from dev-perl/Text-Iconv/Text-Iconv-1.700.0-r2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r2.ebuild b/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r3.ebuild index 2c011e2e9165..3234f92a3daa 100644 --- a/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r2.ebuild +++ b/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r3.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=MPIOTR DIST_VERSION=1.7 @@ -11,7 +11,7 @@ DESCRIPTION="A Perl interface to the iconv() codeset conversion function" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris" -IUSE="" RDEPEND="virtual/libiconv" DEPEND="${RDEPEND}" +BDEPEND="${RDEPEND}" |