Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/
Date: Wed, 01 Jun 2022 08:09:13
Message-Id: 1654070911.55e9f477363b18ed399df711c6840724210154e1.ago@gentoo
1 commit: 55e9f477363b18ed399df711c6840724210154e1
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 1 08:08:31 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 1 08:08:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e9f477
7
8 www-servers/tomcat: amd64 stable wrt bug #847427
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 www-servers/tomcat/tomcat-7.0.109-r1.ebuild | 2 +-
15 www-servers/tomcat/tomcat-8.5.78-r1.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/www-servers/tomcat/tomcat-7.0.109-r1.ebuild b/www-servers/tomcat/tomcat-7.0.109-r1.ebuild
19 index c04750470fc6..9f3302d111ec 100644
20 --- a/www-servers/tomcat/tomcat-7.0.109-r1.ebuild
21 +++ b/www-servers/tomcat/tomcat-7.0.109-r1.ebuild
22 @@ -15,7 +15,7 @@ SRC_URI="https://archive.apache.org/dist/${PN}/tomcat-7/v${PV}/src/${MY_P}.tar.g
23
24 LICENSE="Apache-2.0"
25 SLOT="7"
26 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
27 +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
28 IUSE="extra-webapps websockets"
29
30 RESTRICT="test" # can we run them on a production system?
31
32 diff --git a/www-servers/tomcat/tomcat-8.5.78-r1.ebuild b/www-servers/tomcat/tomcat-8.5.78-r1.ebuild
33 index d0fb542639ea..4c41325ba986 100644
34 --- a/www-servers/tomcat/tomcat-8.5.78-r1.ebuild
35 +++ b/www-servers/tomcat/tomcat-8.5.78-r1.ebuild
36 @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/${PN}/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
37
38 LICENSE="Apache-2.0"
39 SLOT="8.5"
40 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
41 +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
42 IUSE="extra-webapps"
43
44 RESTRICT="test" # can we run them on a production system?