Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/, profiles/arch/riscv/
Date: Wed, 28 Jul 2021 15:30:06
Message-Id: 1627486194.76973bbeb2f5d09a44c8a0990c480eff7d85dca3.marecki@gentoo
1 commit: 76973bbeb2f5d09a44c8a0990c480eff7d85dca3
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 28 15:25:55 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 28 15:29:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76973bbe
7
8 www-servers/nginx: keyword 1.21.1 for ~riscv
9
10 Note that I have only tested two USE-flag combinations: the default set,
11 and enabling everything except USE=threads (which conflicts with
12 at least one other flag, nginx_modules_http_mogilefs).
13
14 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
15
16 profiles/arch/riscv/package.use.mask | 2 ++
17 www-servers/nginx/nginx-1.21.1.ebuild | 2 +-
18 2 files changed, 3 insertions(+), 1 deletion(-)
19
20 diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask
21 index 69a0fe2bb1f..f2872dd9e18 100644
22 --- a/profiles/arch/riscv/package.use.mask
23 +++ b/profiles/arch/riscv/package.use.mask
24 @@ -50,6 +50,7 @@ dev-python/pandas doc full-support test
25 # LuaJIT does not support riscv
26 app-text/texlive-core luajittex
27 dev-texlive/texlive-basic luajittex
28 +www-servers/nginx nginx_modules_http_lua
29
30 # Marek Szuba <marecki@g.o> (2021-07-11)
31 # Causes 35 tests to fail with "fatal llvm error"
32 @@ -165,6 +166,7 @@ net-misc/openssh security-key
33 dev-libs/libpcre2 jit
34 dev-libs/libpcre jit
35 <dev-vcs/git-2.31.0 pcre-jit
36 +www-servers/nginx pcre-jit
37
38 # Not yet tested / unkeyworded dependencies
39 # This includes also packages which do not support python-3 or
40
41 diff --git a/www-servers/nginx/nginx-1.21.1.ebuild b/www-servers/nginx/nginx-1.21.1.ebuild
42 index 8eee002db06..5c6078c50ae 100644
43 --- a/www-servers/nginx/nginx-1.21.1.ebuild
44 +++ b/www-servers/nginx/nginx-1.21.1.ebuild
45 @@ -203,7 +203,7 @@ LICENSE="BSD-2 BSD SSLeay MIT GPL-2 GPL-2+
46 nginx_modules_http_push_stream? ( GPL-3 )"
47
48 SLOT="mainline"
49 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
50 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
51
52 # Package doesn't provide a real test suite
53 RESTRICT="test"