summaryrefslogtreecommitdiff
path: root/net-mail
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-22 22:13:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-22 22:13:37 -0500
commit171e0b5f950f655c3da943ea59ba2e741425319f (patch)
treec520a8c422c7fc58a5149552b1db8a423e469b21 /net-mail
parentf95e0da799133b56968a5a6af89c7fb3366c4777 (diff)
downloadbaldeagleos-repo-171e0b5f950f655c3da943ea59ba2e741425319f.tar.gz
baldeagleos-repo-171e0b5f950f655c3da943ea59ba2e741425319f.tar.xz
baldeagleos-repo-171e0b5f950f655c3da943ea59ba2e741425319f.zip
Adding metadata
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/mailshears/Manifest2
-rw-r--r--net-mail/mailshears/mailshears-0.2.0.ebuild (renamed from net-mail/mailshears/mailshears-0.1.0.ebuild)7
2 files changed, 5 insertions, 4 deletions
diff --git a/net-mail/mailshears/Manifest b/net-mail/mailshears/Manifest
index 897347212001..32e124ffabb0 100644
--- a/net-mail/mailshears/Manifest
+++ b/net-mail/mailshears/Manifest
@@ -1 +1 @@
-DIST mailshears-0.1.0.gem 65536 BLAKE2B 9b780bd94999aa9b1959b4145162cb15b183d3d590d39ec1b9aa3887c64a772e5a6fbd30f571f9f939741b66400e130b8f0babae70bab0fdabb58273f07a9de9 SHA512 3428e8d296c1fa6c4b55591eec35858ffbe13723286a19de379ae66a53872ac55ff431194ecc3d332b126079d00c615abd6b1ea0dfb3f95175384acecc141f80
+DIST mailshears-0.2.0.gem 70144 BLAKE2B 464689a084c7fa307867b4881955f6575970b1aa6cc5be05e1abe2f0ef95d5e78a856885a579b51b706a1d0c97c368e7888dabf340342fbf8d550357105d9d51 SHA512 2af63bf3b8b0052a37f9d52615b845b3e8f82aaa01badf7e3f9b27e5183e1b5c2e72ee572d518433862d9e76fcc1c9683d33795550e36a1c620f1e56c733a11d
diff --git a/net-mail/mailshears/mailshears-0.1.0.ebuild b/net-mail/mailshears/mailshears-0.2.0.ebuild
index fe2ef7c0316f..69cb47734cde 100644
--- a/net-mail/mailshears/mailshears-0.1.0.ebuild
+++ b/net-mail/mailshears/mailshears-0.2.0.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
+# ruby40 is fine, but needs dev-ruby/yard to support it
+USE_RUBY="ruby32 ruby33 ruby34"
# The tests are dangerous and shouldn't be run by anyone!
# They mess with your local postgres databases.
@@ -19,7 +20,7 @@ SRC_URI="https://michael.orlitzky.com/code/releases/${P}.gem"
LICENSE="AGPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
ruby_add_rdepend ">=dev-ruby/pg-1.2 <dev-ruby/pg-2"