diff options
author | Sam James <sam@gentoo.org> | 2021-10-02 19:40:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-02 19:40:18 +0100 |
commit | a598a0051c6711c0cb0fb33cc102e4ad83d42639 (patch) | |
tree | f9c012bdbd21fe1daa13c96d827b6f20af6ac645 /dev-ruby/slim | |
parent | dev-ruby/tilt: Stabilize 2.0.10 arm, #812524 (diff) | |
download | gentoo-a598a0051c6711c0cb0fb33cc102e4ad83d42639.tar.gz gentoo-a598a0051c6711c0cb0fb33cc102e4ad83d42639.tar.bz2 gentoo-a598a0051c6711c0cb0fb33cc102e4ad83d42639.zip |
dev-ruby/slim: Stabilize 3.0.9-r1 arm, #812524
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/slim')
-rw-r--r-- | dev-ruby/slim/slim-3.0.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/slim/slim-3.0.9-r1.ebuild b/dev-ruby/slim/slim-3.0.9-r1.ebuild index 28b1bf6d333f..9eccf48d2712 100644 --- a/dev-ruby/slim/slim-3.0.9-r1.ebuild +++ b/dev-ruby/slim/slim-3.0.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ DESCRIPTION="A template language aiming to reduce the syntax to the essential pa HOMEPAGE="http://slim-lang.com/" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" SLOT="0" IUSE="doc" |