diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-06-03 18:11:48 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-06-03 18:30:55 +0200 |
commit | 2c07327d515713638bcf55544f8aa288c6caf5f2 (patch) | |
tree | 3982096a168b28495b035e0205becf668d8ee2e9 /virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2021.81.400-r1.ebuild | |
parent | virtual/perl-Text-ParseWords: add 5.38 as provider (diff) | |
download | gentoo-2c07327d515713638bcf55544f8aa288c6caf5f2.tar.gz gentoo-2c07327d515713638bcf55544f8aa288c6caf5f2.tar.bz2 gentoo-2c07327d515713638bcf55544f8aa288c6caf5f2.zip |
virtual/perl-Text-Tabs+Wrap: add 5.38 as provider
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2021.81.400-r1.ebuild')
-rw-r--r-- | virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2021.81.400-r1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2021.81.400-r1.ebuild b/virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2021.81.400-r1.ebuild new file mode 100644 index 000000000000..6b359d4a97db --- /dev/null +++ b/virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2021.81.400-r1.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 Text::Tabs and Text::Wrap, also distributed as Text::Tabs+Wrap" +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=" + || ( =dev-lang/perl-5.38* =dev-lang/perl-5.36* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |