Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/
Date: Fri, 11 Jan 2019 15:18:57
Message-Id: 1547219915.7ef1722c9fd50afcb3afda6002960bef6f56db38.fordfrog@gentoo
1 commit: 7ef1722c9fd50afcb3afda6002960bef6f56db38
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 11 15:14:25 2019 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 11 15:18:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef1722c
7
8 www-servers/tomcat-8.5.31: stabilized for amd64
9
10 Package-Manager: Portage-2.3.55, Repoman-2.3.12
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 www-servers/tomcat/tomcat-8.5.31.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/www-servers/tomcat/tomcat-8.5.31.ebuild b/www-servers/tomcat/tomcat-8.5.31.ebuild
17 index 00cb33f8cfc..86bc478dfa6 100644
18 --- a/www-servers/tomcat/tomcat-8.5.31.ebuild
19 +++ b/www-servers/tomcat/tomcat-8.5.31.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/${PN}/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
27
28 LICENSE="Apache-2.0"
29 SLOT="8.5"
30 -KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
31 +KEYWORDS="amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
32 IUSE="extra-webapps"
33
34 RESTRICT="test" # can we run them on a production system?