Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-native/
Date: Thu, 07 Jan 2021 00:58:21
Message-Id: 1609981081.11bf2e9b05c378f5c5b9251885e323111d0a925f.sam@gentoo
1 commit: 11bf2e9b05c378f5c5b9251885e323111d0a925f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 00:52:41 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 00:58:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11bf2e9b
7
8 dev-java/tomcat-native: Stabilize 1.2.25 amd64, #764053
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-java/tomcat-native/tomcat-native-1.2.25.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-java/tomcat-native/tomcat-native-1.2.25.ebuild b/dev-java/tomcat-native/tomcat-native-1.2.25.ebuild
16 index 2dd1db52c69..9aa95d1557d 100644
17 --- a/dev-java/tomcat-native/tomcat-native-1.2.25.ebuild
18 +++ b/dev-java/tomcat-native/tomcat-native-1.2.25.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -9,7 +9,7 @@ DESCRIPTION="Allows Tomcat to use certain native resources for better performanc
26 HOMEPAGE="https://tomcat.apache.org/"
27 SRC_URI="mirror://apache/tomcat/tomcat-connectors/native/${PV}/source/${P}-src.tar.gz"
28
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 ~x86"
31 LICENSE="Apache-2.0"
32 SLOT="0"
33 IUSE="static-libs test"