diff options
author | Mike Pagano <mpagano@gentoo.org> | 2022-01-01 13:28:42 -0500 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2022-01-01 13:28:51 -0500 |
commit | 06a3d3dd435269eabadd01c497cc15c6006d0d43 (patch) | |
tree | e6fa481e3ef7c2c80f1d33e8baf401aed1194f71 /www-servers | |
parent | games-emulation/dosbox-staging: add upstream fix for failing tests (diff) | |
download | gentoo-06a3d3dd435269eabadd01c497cc15c6006d0d43.tar.gz gentoo-06a3d3dd435269eabadd01c497cc15c6006d0d43.tar.bz2 gentoo-06a3d3dd435269eabadd01c497cc15c6006d0d43.zip |
www-servers/nginx-unit: Stabilizing package as maint. as per amd64 policy
https://devmanual.gentoo.org/keywording/index.html
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/nginx-unit/nginx-unit-1.26.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/nginx-unit/nginx-unit-1.26.1.ebuild b/www-servers/nginx-unit/nginx-unit-1.26.1.ebuild index dcbeae43d4de..27671877d68c 100644 --- a/www-servers/nginx-unit/nginx-unit-1.26.1.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.26.1.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 @@ -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="php7-3 php7-4" IUSE="${MY_USE} ${MY_USE_PHP} ssl" |