diff options
author | Sam James <sam@gentoo.org> | 2021-05-13 15:53:30 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-13 15:53:30 +0200 |
commit | e601e56aef1f0b6a8a6ff995cb4b4e1cfb29900c (patch) | |
tree | d80ffdd46546c9b080e5f43a2db16a33556652be /virtual/perl6/perl6-0.ebuild | |
parent | virtual/libiconv: port to EAPI 7 (diff) | |
download | gentoo-e601e56aef1f0b6a8a6ff995cb4b4e1cfb29900c.tar.gz gentoo-e601e56aef1f0b6a8a6ff995cb4b4e1cfb29900c.tar.bz2 gentoo-e601e56aef1f0b6a8a6ff995cb4b4e1cfb29900c.zip |
virtual/perl6: update EAPI 5 -> 7
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'virtual/perl6/perl6-0.ebuild')
-rw-r--r-- | virtual/perl6/perl6-0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/virtual/perl6/perl6-0.ebuild b/virtual/perl6/perl6-0.ebuild index 6d3acbe3db7c..af9378753b21 100644 --- a/virtual/perl6/perl6-0.ebuild +++ b/virtual/perl6/perl6-0.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Convenience virtual for perl6" + SLOT="0" KEYWORDS="~amd64 ~x86" |