diff options
author | Sam James <sam@gentoo.org> | 2023-03-28 17:06:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-28 17:06:37 +0100 |
commit | a06566062fdd6730c7b2a14b481d6f52cda09f63 (patch) | |
tree | c2a3a2a7a34882d99a3246f1878c94b41209cee8 /dev-ruby/erubi | |
parent | dev-ruby/asciidoctor: Stabilize 2.0.18 arm, #903323 (diff) | |
download | gentoo-a06566062fdd6730c7b2a14b481d6f52cda09f63.tar.gz gentoo-a06566062fdd6730c7b2a14b481d6f52cda09f63.tar.bz2 gentoo-a06566062fdd6730c7b2a14b481d6f52cda09f63.zip |
dev-ruby/erubi: Stabilize 1.11.0 arm, #903323
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/erubi')
-rw-r--r-- | dev-ruby/erubi/erubi-1.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/erubi/erubi-1.11.0.ebuild b/dev-ruby/erubi/erubi-1.11.0.ebuild index c1ebbadb550c..6a527ebd5564 100644 --- a/dev-ruby/erubi/erubi-1.11.0.ebuild +++ b/dev-ruby/erubi/erubi-1.11.0.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 @@ -19,7 +19,7 @@ SRC_URI="https://github.com/jeremyevans/erubi/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="" ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/minitest-global_expectations )" |