diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-18 23:04:30 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-18 23:04:30 +0300 |
commit | b36351b1103c9870bca289e813f3cd526cea6f7c (patch) | |
tree | f6fa626169c82cc2a04512c3c0a908bd6de16d85 /www-servers | |
parent | dev-ruby/selenium-webdriver: Keyword 4.11.0-r1 x86, #912999 (diff) | |
download | gentoo-b36351b1103c9870bca289e813f3cd526cea6f7c.tar.gz gentoo-b36351b1103c9870bca289e813f3cd526cea6f7c.tar.bz2 gentoo-b36351b1103c9870bca289e813f3cd526cea6f7c.zip |
www-servers/puma: Stabilize 6.3.1 amd64, #914158
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/puma/puma-6.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/puma/puma-6.3.1.ebuild b/www-servers/puma/puma-6.3.1.ebuild index 0931b58f74a3..51c74bbf9044 100644 --- a/www-servers/puma/puma-6.3.1.ebuild +++ b/www-servers/puma/puma-6.3.1.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 )" |