diff options
author | Sam James <sam@gentoo.org> | 2023-08-21 04:47:32 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-21 04:47:32 +0100 |
commit | d9389cfaebfb12e61e514b91a3d3087416519a0a (patch) | |
tree | fe1712caf08d46c558ff270887749763792a0ab0 /www-servers | |
parent | dev-ruby/ruby-augeas: Stabilize 0.5.0-r5 amd64, #912486 (diff) | |
download | gentoo-d9389cfaebfb12e61e514b91a3d3087416519a0a.tar.gz gentoo-d9389cfaebfb12e61e514b91a3d3087416519a0a.tar.bz2 gentoo-d9389cfaebfb12e61e514b91a3d3087416519a0a.zip |
www-servers/puma: Stabilize 6.3.0 amd64, #912491
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/puma/puma-6.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/puma/puma-6.3.0.ebuild b/www-servers/puma/puma-6.3.0.ebuild index 31f1a7712b66..ad96ca36edec 100644 --- a/www-servers/puma/puma-6.3.0.ebuild +++ b/www-servers/puma/puma-6.3.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/puma/puma/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="3" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" IUSE="" DEPEND+=" dev-libs/openssl:0 test? ( net-misc/curl )" |