diff options
author | Sam James <sam@gentoo.org> | 2023-11-13 04:12:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-13 04:34:37 +0000 |
commit | f9223a8b2ae11cd0e52444e6d1fc27ad4eb579e7 (patch) | |
tree | 791372399d0253a4fc17d054abec11de9b0c7f3a /virtual/perl-Test-Simple | |
parent | perl-core/Test-Simple: add 1.302.196 (diff) | |
download | gentoo-f9223a8b2ae11cd0e52444e6d1fc27ad4eb579e7.tar.gz gentoo-f9223a8b2ae11cd0e52444e6d1fc27ad4eb579e7.tar.bz2 gentoo-f9223a8b2ae11cd0e52444e6d1fc27ad4eb579e7.zip |
virtual/perl-Test-Simple: add 1.302.196
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual/perl-Test-Simple')
-rw-r--r-- | virtual/perl-Test-Simple/perl-Test-Simple-1.302.196.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/perl-Test-Simple/perl-Test-Simple-1.302.196.ebuild b/virtual/perl-Test-Simple/perl-Test-Simple-1.302.196.ebuild new file mode 100644 index 000000000000..0333f30f7646 --- /dev/null +++ b/virtual/perl-Test-Simple/perl-Test-Simple-1.302.196.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for ${PN#perl-}" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + ~perl-core/${PN#perl-}-${PV} + dev-lang/perl:= + !<dev-perl/Test-Tester-0.114.0 + !<dev-perl/Test-use-ok-0.160.0 +" |