diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-02-01 08:29:30 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-02-01 08:29:30 +0100 |
commit | d57e16b09e444a148a88d6d82342a77c3a2a1d68 (patch) | |
tree | aeef9776c0fe2223c81cf85fdd21adc4cb3f7abf /www-servers | |
parent | dev-ruby/localhost: amd64 stable wrt bug #832180 (diff) | |
download | gentoo-d57e16b09e444a148a88d6d82342a77c3a2a1d68.tar.gz gentoo-d57e16b09e444a148a88d6d82342a77c3a2a1d68.tar.bz2 gentoo-d57e16b09e444a148a88d6d82342a77c3a2a1d68.zip |
www-servers/puma: amd64 stable wrt bug #832180
Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/puma/puma-5.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/puma/puma-5.5.2.ebuild b/www-servers/puma/puma-5.5.2.ebuild index 0401ed1bebcd..4b652d4c2ab1 100644 --- a/www-servers/puma/puma-5.5.2.ebuild +++ b/www-servers/puma/puma-5.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND+=" dev-libs/openssl:0 test? ( net-misc/curl )" |