diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-04-04 01:34:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-04-04 01:34:29 +0100 |
commit | 74dcbf5a63cafe2678e2a397e1002dd691425200 (patch) | |
tree | 5e08b1abdce069a7da83f1ca4cbe2ae4af56b161 /dev-ruby/rbnacl | |
parent | 476528d7a16cfe2435b30ebd74783eea6925db5f (diff) |
gentoo auto-resync : 04:04:2025 - 01:34:28
Diffstat (limited to 'dev-ruby/rbnacl')
-rw-r--r-- | dev-ruby/rbnacl/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/rbnacl/rbnacl-7.1.2.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ruby/rbnacl/Manifest b/dev-ruby/rbnacl/Manifest index 42543e9ff503..d2d2ae9e04d8 100644 --- a/dev-ruby/rbnacl/Manifest +++ b/dev-ruby/rbnacl/Manifest @@ -1,5 +1,5 @@ DIST rbnacl-7.1.1.gem 226304 BLAKE2B 4c7c356cc3414c1b49302ff16af701bffbeaaa18b49bcdb4c9d0c10fe2e1f693e7917f8031c90d5c4362d95ffe5a8d471a48476788f64f97092adbcdce0d9f72 SHA512 da7e406bd2b5112e51d2c15cab35d955b65091ed745fbd027750eaca8ff1d11d982c82f497fc15b9ee9aa6536dbd21ff9ac285bb2a2d1fb39c3374fd0f3dca5a DIST rbnacl-7.1.2.tar.gz 93911 BLAKE2B 1a93fcec94464eb7109684faaee4a9f3206eb7c2d9f505cd95920431a2422d9d291104469cd3a326f54ffffb1e9bfdfcd924ff7b4777dad70071ff3f61500410 SHA512 f44493158f9bc9f6075d046d9dd6505bc8ca65cbc3e8685b8821540e6989ef0a798a2af9eebd648e80321fc6fdd593b81133696d0dadfdf7c43bd4fa32557633 EBUILD rbnacl-7.1.1-r1.ebuild 709 BLAKE2B 42a21db7d1d99b726fe9456f8cee3eaae867dcab9c5f181efdfe5e3076373f2b4fa33de791daab1131f529e4f46037a314024937e85a774bd9a4b483ddd9e429 SHA512 8ebbf1ac93de528545396f553c0882833c48fb9d25ee015fc6ff6ed87ab987ff96cb2d1af31b26aa6f524902f922826a92c2dbdb21826f265b99e3073d0d46c2 -EBUILD rbnacl-7.1.2.ebuild 956 BLAKE2B 29b0f45813d27c5982f4e3844d06aaa7414ed8fa871350eae998f98372cbc0a4dbb5189f8f3f0fabe39057adfef8020328b96e3b1f88f97a160a776f3d492112 SHA512 7b694572719988cd29207ab603d5c0dde7a704159f687f1b5cc11544f3f4d9f2566f0d982e454c7888055788502a90fc90350acf3df6b2e2b984b064185d820e +EBUILD rbnacl-7.1.2.ebuild 959 BLAKE2B 94414c30221e076c22e299bcdc054db32af3a9a6c6661a3e14426bb6bf1a0418f24ddaee10b7bc993323c12e5ce63d95f39f30cf2498bb6c5b52f67fb61ada82 SHA512 2900847f9ac9a61c4d4c20f4f733a4ab8cd4a39ce68a1a00de9e69082761618de99a24fc660d0e15c555847767c1cffda33c45dc861f319a2e126348061353f3 MISC metadata.xml 344 BLAKE2B 56ac8f1ae1e1cf2cef2d8f7920557552a2941070b581ddee21e63c7f5192ebadc05e2150bdedba282c9b3f4e4f0398e57b59c522b35656e2d5ab17ff5f0feeee SHA512 590ae6a645898f3d78add701dc98a40fd54a571b837d23f257ed206e73bfa3859eb089f7d3560d7c7fb3aec00eecbda24cc4ca6b7a1e0804b3b4ba75911f3b34 diff --git a/dev-ruby/rbnacl/rbnacl-7.1.2.ebuild b/dev-ruby/rbnacl/rbnacl-7.1.2.ebuild index 3f7aa8faed5e..8d9c66c5669f 100644 --- a/dev-ruby/rbnacl/rbnacl-7.1.2.ebuild +++ b/dev-ruby/rbnacl/rbnacl-7.1.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby31 ruby32 ruby33 ruby34" RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" RUBY_FAKEGEM_GEMSPEC="rbnacl.gemspec" @@ -17,7 +17,7 @@ SRC_URI="https://github.com/RubyCrypto/rbnacl/archive/refs/tags/v${PV}.tar.gz -> LICENSE="MIT" SLOT="6" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" IUSE="test" RDEPEND=" dev-libs/libsodium" |