diff options
author | Sam James <sam@gentoo.org> | 2023-03-28 22:45:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-28 22:45:23 +0100 |
commit | acbbe36a1389f231fd9d5b0cd9731543870d1be7 (patch) | |
tree | 687561913329c5a3024530adf13a6aa3f1dba388 /dev-ruby/slim | |
parent | dev-ruby/test-unit: Stabilize 3.5.7 hppa, #903365 (diff) | |
download | gentoo-acbbe36a1389f231fd9d5b0cd9731543870d1be7.tar.gz gentoo-acbbe36a1389f231fd9d5b0cd9731543870d1be7.tar.bz2 gentoo-acbbe36a1389f231fd9d5b0cd9731543870d1be7.zip |
dev-ruby/slim: Stabilize 4.1.0-r3 arm, #903453
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/slim')
-rw-r--r-- | dev-ruby/slim/slim-4.1.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/slim/slim-4.1.0-r3.ebuild b/dev-ruby/slim/slim-4.1.0-r3.ebuild index 65a0b6f0aa7c..40cbc06f5c6f 100644 --- a/dev-ruby/slim/slim-4.1.0-r3.ebuild +++ b/dev-ruby/slim/slim-4.1.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,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 ~riscv ~x86" +KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" SLOT="$(ver_cut 1)" IUSE="doc" |