diff options
author | Sam James <sam@gentoo.org> | 2021-01-07 00:52:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-07 00:58:01 +0000 |
commit | 11bf2e9b05c378f5c5b9251885e323111d0a925f (patch) | |
tree | d80fb8aebd7334b2594b5b2b40904eb22865087f /dev-java | |
parent | dev-lang/qu-prolog: Stabilize 10.6 amd64, #764050 (diff) | |
download | gentoo-11bf2e9b05c378f5c5b9251885e323111d0a925f.tar.gz gentoo-11bf2e9b05c378f5c5b9251885e323111d0a925f.tar.bz2 gentoo-11bf2e9b05c378f5c5b9251885e323111d0a925f.zip |
dev-java/tomcat-native: Stabilize 1.2.25 amd64, #764053
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/tomcat-native/tomcat-native-1.2.25.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/tomcat-native/tomcat-native-1.2.25.ebuild b/dev-java/tomcat-native/tomcat-native-1.2.25.ebuild index 2dd1db52c691..9aa95d1557dc 100644 --- a/dev-java/tomcat-native/tomcat-native-1.2.25.ebuild +++ b/dev-java/tomcat-native/tomcat-native-1.2.25.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ DESCRIPTION="Allows Tomcat to use certain native resources for better performanc HOMEPAGE="https://tomcat.apache.org/" SRC_URI="mirror://apache/tomcat/tomcat-connectors/native/${PV}/source/${P}-src.tar.gz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" LICENSE="Apache-2.0" SLOT="0" IUSE="static-libs test" |