diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-18 23:40:12 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-18 23:40:12 +0300 |
commit | 1db0655ce58725a5bbb6aa1ee06afbfcb16f2acc (patch) | |
tree | 361da719bb7b5e0c9b1f8f40f45fbffbb3a233f6 /www-servers | |
parent | app-editors/vscode: add 1.82.2 (diff) | |
download | gentoo-1db0655ce58725a5bbb6aa1ee06afbfcb16f2acc.tar.gz gentoo-1db0655ce58725a5bbb6aa1ee06afbfcb16f2acc.tar.bz2 gentoo-1db0655ce58725a5bbb6aa1ee06afbfcb16f2acc.zip |
www-servers/puma: Stabilize 6.3.1 x86, #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 51c74bbf9044..d90d242152c6 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 )" |