diff options
author | Mike Pagano <mpagano@gentoo.org> | 2024-02-19 13:05:01 -0500 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2024-02-19 13:05:01 -0500 |
commit | 0598fdcfbcd68279e3a469aaaebc936008355224 (patch) | |
tree | 7a115a8a445443961c0e4695ea7745905b254dbc /www-servers | |
parent | net-analyzer/sslscan: add ~ppc64, use openssl 3.0.13 (diff) | |
download | gentoo-0598fdcfbcd68279e3a469aaaebc936008355224.tar.gz gentoo-0598fdcfbcd68279e3a469aaaebc936008355224.tar.bz2 gentoo-0598fdcfbcd68279e3a469aaaebc936008355224.zip |
www-servers/nginx-unit: stabilize 1.31.1 for amd64
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/nginx-unit/nginx-unit-1.31.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/nginx-unit/nginx-unit-1.31.1.ebuild b/www-servers/nginx-unit/nginx-unit-1.31.1.ebuild index cac440e33f0d..0919e059cd8d 100644 --- a/www-servers/nginx-unit/nginx-unit-1.31.1.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.31.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" MY_USE="perl python ruby" MY_USE_PHP="php8-1 php8-2" IUSE="${MY_USE} ${MY_USE_PHP} perl ssl" |