diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-06-03 17:46:38 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-06-03 18:29:48 +0200 |
commit | 3ecefeb58ec78ece58f027d9c6c12ec1c893c7dc (patch) | |
tree | 77a19e651b34cdf86bbf5792cce7d49cbf001f41 /virtual | |
parent | package.mask: More Perl 5.38 virtuals (diff) | |
download | gentoo-3ecefeb58ec78ece58f027d9c6c12ec1c893c7dc.tar.gz gentoo-3ecefeb58ec78ece58f027d9c6c12ec1c893c7dc.tar.bz2 gentoo-3ecefeb58ec78ece58f027d9c6c12ec1c893c7dc.zip |
virtual/perl-JSON-PP: fix dependency
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-JSON-PP/perl-JSON-PP-4.160.0-r1.ebuild (renamed from virtual/perl-JSON-PP/perl-JSON-PP-4.160.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/perl-JSON-PP/perl-JSON-PP-4.160.0.ebuild b/virtual/perl-JSON-PP/perl-JSON-PP-4.160.0-r1.ebuild index 1419170550c4..6f04cf8ad515 100644 --- a/virtual/perl-JSON-PP/perl-JSON-PP-4.160.0.ebuild +++ b/virtual/perl-JSON-PP/perl-JSON-PP-4.160.0-r1.ebuild @@ -8,7 +8,7 @@ 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.36* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} ) dev-lang/perl:= !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 |