Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-native/
Date: Fri, 11 Jan 2019 14:51:35
Message-Id: 1547218275.6d73e50700c6f529523ae177e20f476c07f3f1e3.fordfrog@gentoo
1 commit: 6d73e50700c6f529523ae177e20f476c07f3f1e3
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 11 14:49:46 2019 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 11 14:51:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d73e507
7
8 dev-java/tomcat-native-1.2.19: 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 dev-java/tomcat-native/tomcat-native-1.2.19.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-java/tomcat-native/tomcat-native-1.2.19.ebuild b/dev-java/tomcat-native/tomcat-native-1.2.19.ebuild
17 index bb3b879154d..fb46a0bf4e2 100644
18 --- a/dev-java/tomcat-native/tomcat-native-1.2.19.ebuild
19 +++ b/dev-java/tomcat-native/tomcat-native-1.2.19.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -9,7 +9,7 @@ DESCRIPTION="Allows Tomcat to use certain native resources for better performanc
27 HOMEPAGE="https://tomcat.apache.org/"
28 SRC_URI="mirror://apache/tomcat/tomcat-connectors/native/${PV}/source/${P}-src.tar.gz"
29
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="amd64 ~x86"
32 LICENSE="Apache-2.0"
33 SLOT="0"
34 IUSE="static-libs test"