diff options
author | 2023-04-07 06:05:59 +0100 | |
---|---|---|
committer | 2023-04-07 06:05:59 +0100 | |
commit | 011c7c08f06755c811366a1208106801fef1149a (patch) | |
tree | 532c9feba7e09333a0b465bef48dc5b362bab4e5 /dev-ruby/hashie | |
parent | dev-ruby/webrick: Stabilize 1.8.1 ppc64, #903946 (diff) | |
download | gentoo-011c7c08f06755c811366a1208106801fef1149a.tar.gz gentoo-011c7c08f06755c811366a1208106801fef1149a.tar.bz2 gentoo-011c7c08f06755c811366a1208106801fef1149a.zip |
dev-ruby/hashie: Stabilize 5.0.0 amd64, #903948
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/hashie')
-rw-r--r-- | dev-ruby/hashie/hashie-5.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/hashie/hashie-5.0.0.ebuild b/dev-ruby/hashie/hashie-5.0.0.ebuild index 8bbead1896df..a4fd5e39c3ca 100644 --- a/dev-ruby/hashie/hashie-5.0.0.ebuild +++ b/dev-ruby/hashie/hashie-5.0.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 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/intridea/hashie/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( dev-ruby/activesupport )" |