diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-08 01:03:02 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-08 01:34:35 +0200 |
commit | 1ac9e11417316023ec4c25f833b347737378537d (patch) | |
tree | 2be8aee5e5040ed3e604b7a0e305ae2b499ed3f8 /dev-perl/YAML-Tiny | |
parent | dev-perl/YAML-Tiny: Remove old (diff) | |
download | gentoo-1ac9e11417316023ec4c25f833b347737378537d.tar.gz gentoo-1ac9e11417316023ec4c25f833b347737378537d.tar.bz2 gentoo-1ac9e11417316023ec4c25f833b347737378537d.zip |
dev-perl/YAML-Tiny: 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/YAML-Tiny')
-rw-r--r-- | dev-perl/YAML-Tiny/YAML-Tiny-1.730.0-r1.ebuild (renamed from dev-perl/YAML-Tiny/YAML-Tiny-1.730.0.ebuild) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/YAML-Tiny/YAML-Tiny-1.730.0.ebuild b/dev-perl/YAML-Tiny/YAML-Tiny-1.730.0-r1.ebuild index 3a8e1ab55df2..2a2766b9eea9 100644 --- a/dev-perl/YAML-Tiny/YAML-Tiny-1.730.0.ebuild +++ b/dev-perl/YAML-Tiny/YAML-Tiny-1.730.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=ETHER DIST_VERSION=1.73 @@ -11,15 +11,14 @@ DESCRIPTION="Read/Write YAML files with as little code as possible" 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="test minimal" -RESTRICT="!test? ( test )" +IUSE="minimal" RDEPEND=" virtual/perl-Carp virtual/perl-Exporter virtual/perl-Scalar-List-Utils " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( !minimal? ( |