Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/nginx-unit/
Date: Sat, 01 Jan 2022 18:29:00
Message-Id: 1641061731.06a3d3dd435269eabadd01c497cc15c6006d0d43.mpagano@gentoo
1 commit: 06a3d3dd435269eabadd01c497cc15c6006d0d43
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 18:28:42 2022 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 18:28:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a3d3dd
7
8 www-servers/nginx-unit: Stabilizing package as maint. as per amd64 policy
9
10 https://devmanual.gentoo.org/keywording/index.html
11
12 Package-Manager: Portage-3.0.30, Repoman-3.0.3
13 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
14
15 www-servers/nginx-unit/nginx-unit-1.26.1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/www-servers/nginx-unit/nginx-unit-1.26.1.ebuild b/www-servers/nginx-unit/nginx-unit-1.26.1.ebuild
19 index dcbeae43d4de..27671877d68c 100644
20 --- a/www-servers/nginx-unit/nginx-unit-1.26.1.ebuild
21 +++ b/www-servers/nginx-unit/nginx-unit-1.26.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=8
28 @@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}"
29
30 LICENSE="Apache-2.0"
31 SLOT="0"
32 -KEYWORDS="~amd64"
33 +KEYWORDS="amd64"
34 MY_USE="perl python ruby"
35 MY_USE_PHP="php7-3 php7-4"
36 IUSE="${MY_USE} ${MY_USE_PHP} ssl"