diff options
author | 2021-07-15 22:31:53 +0100 | |
---|---|---|
committer | 2021-07-15 22:31:53 +0100 | |
commit | 4ef9a1f856ba163b8fd396627d1bad3951edc410 (patch) | |
tree | d0eee0d8106562b5dfb2630a9afe761fb05db5d6 /dev-perl/Mojolicious | |
parent | dev-perl/Cpanel-JSON-XS: Stabilize 4.260.0 x86, #801244 (diff) | |
download | gentoo-4ef9a1f856ba163b8fd396627d1bad3951edc410.tar.gz gentoo-4ef9a1f856ba163b8fd396627d1bad3951edc410.tar.bz2 gentoo-4ef9a1f856ba163b8fd396627d1bad3951edc410.zip |
dev-perl/Mojolicious: Stabilize 8.580.0 x86, #801244
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Mojolicious')
-rw-r--r-- | dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild b/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild index 343d4f6cb0dd..0f267a4ee71e 100644 --- a/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild +++ b/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ inherit perl-module LICENSE="Artistic-2" DESCRIPTION="Real-time web framework" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86" IUSE="test minimal" RESTRICT="!test? ( test )" |