diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-19 10:53:23 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-19 10:53:23 +0300 |
commit | 511d30c1e4f977ecb097408dd77650813e9e6e65 (patch) | |
tree | 817f6ac866ccbd6ab892ac289bcbf4996a5556b7 /www-servers/puma | |
parent | dev-ruby/shoulda-context: Stabilize 2.0.0 ppc64, #912489 (diff) | |
download | gentoo-511d30c1e4f977ecb097408dd77650813e9e6e65.tar.gz gentoo-511d30c1e4f977ecb097408dd77650813e9e6e65.tar.bz2 gentoo-511d30c1e4f977ecb097408dd77650813e9e6e65.zip |
www-servers/puma: Stabilize 6.3.0 x86, #912491
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'www-servers/puma')
-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 2369f50156fd..31f1a7712b66 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 )" |