Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/
Date: Wed, 02 Feb 2022 15:23:45
Message-Id: 1643815409.662e5e8aa87f7877d0d8519a185fbbeeb216323d.jsmolic@gentoo
1 commit: 662e5e8aa87f7877d0d8519a185fbbeeb216323d
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 2 15:23:29 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 2 15:23:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=662e5e8a
7
8 www-servers/tomcat: Stabilize 10.0.14 amd64, #831117
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 www-servers/tomcat/tomcat-10.0.14.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/www-servers/tomcat/tomcat-10.0.14.ebuild b/www-servers/tomcat/tomcat-10.0.14.ebuild
16 index 0b16b403fb0f..83885719c779 100644
17 --- a/www-servers/tomcat/tomcat-10.0.14.ebuild
18 +++ b/www-servers/tomcat/tomcat-10.0.14.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -23,7 +23,7 @@ SRC_URI="mirror://apache/${PN}/tomcat-9/v${PV}/src/${MY_P}.tar.gz
26
27 LICENSE="Apache-2.0"
28 SLOT="10"
29 -KEYWORDS="~amd64 ~amd64-linux"
30 +KEYWORDS="amd64 ~amd64-linux"
31 IUSE="extra-webapps"
32
33 RESTRICT="test" # can we run them on a production system?