summaryrefslogtreecommitdiff
path: root/dev-ruby/snaky_hash
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/snaky_hash')
-rw-r--r--dev-ruby/snaky_hash/Manifest2
-rw-r--r--dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-ruby/snaky_hash/Manifest b/dev-ruby/snaky_hash/Manifest
index 92a91980b8f5..5e90bf40ab1a 100644
--- a/dev-ruby/snaky_hash/Manifest
+++ b/dev-ruby/snaky_hash/Manifest
@@ -1,3 +1,3 @@
DIST snaky_hash-2.0.1.tar.bz2 15275 BLAKE2B 77a7ee4bb4194b991a54e359c53a5a6ab45134026185e976c197737746e20842cff6ecf526d773711ed403cb80a50593429038a6194cd4360cbc7907336335a3 SHA512 8d618410106fcab5b986de5047db8bd6e4192b3ee27926107428e82aba905a66203c0cb1dd83de50b89aeffe0e29e93ae0c36b175d7751b8f68249c8014061d5
-EBUILD snaky_hash-2.0.1.ebuild 907 BLAKE2B 739e07e79fdb86ef83785e1af927525b2fa410d48423ab486559940c9cbd8c63eb0c4db758c5fcad965348905532cbf9c60526c7c14c51233efc0acab5b32ac0 SHA512 643231db9891fa218aa5e716e53d3709f320ad1b38f30fd06c2821e176a7b2b29a4bf8288fb8d0de5a328a3dec8d8734cd45153b547ffca7deba438cffa8009d
+EBUILD snaky_hash-2.0.1.ebuild 911 BLAKE2B 4849c1d8df6729d9f2791160d9168fbab1ce27f0c76ea0d79ce351b8f1e0d3956ce417772d93cf10d5e26cf85f04e8203658cf7beabb0fdbb2781394215956eb SHA512 45af51654783714cda2ad16b3810577fc55e1714b4347a3fce8eb7f1dfdce2d136ecf3d7c4a95eacd7d8c79bd8ff165222fe77a6caef50f44f71147ea6f45de5
MISC metadata.xml 346 BLAKE2B 303bbd4380d125fb7e651059fe84e244b380a899c8a2b0b25266c3319048e28f136032c9a35dbc0e0674dfa2683d659fa5e30fdfcf8cb5d4526125bf3f7c3862 SHA512 c0c7f5ae3566ed4b982b3bda86436900df48ed93350f1482c03dc1e6bdd80e46f0699dbebdaf56808002f2391fe546d55b8d03ad44add829f0f84fb0ab2a52fe
diff --git a/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild b/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild
index 34882129dcfd..d6b2585cf0b6 100644
--- a/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild
+++ b/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
RUBY_FAKEGEM_BINWRAP=""
RUBY_FAKEGEM_EXTRADOC="README.md"
@@ -15,11 +15,11 @@ DESCRIPTION="A Hashie::Mash joint to make #snakelife better"
HOMEPAGE="https://gitlab.com/oauth-xx/snaky_hash"
SRC_URI="https://gitlab.com/oauth-xx/snaky_hash/-/archive/v${PV}/snaky_hash-v${PV}.tar.bz2 -> ${P}.tar.bz2"
RUBY_S="snaky_hash-v${PV}"
-IUSE=""
-SLOT="1"
LICENSE="MIT"
+SLOT="1"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+IUSE="test"
ruby_add_rdepend "
dev-ruby/hashie:*