diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2019-01-11 15:49:46 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2019-01-11 15:51:15 +0100 |
commit | 6d73e50700c6f529523ae177e20f476c07f3f1e3 (patch) | |
tree | 70f931f5871fcf3b267e75a0970c2cf668793064 /dev-java | |
parent | dev-lang/php: Drop old, unstable versions (diff) | |
download | gentoo-6d73e50700c6f529523ae177e20f476c07f3f1e3.tar.gz gentoo-6d73e50700c6f529523ae177e20f476c07f3f1e3.tar.bz2 gentoo-6d73e50700c6f529523ae177e20f476c07f3f1e3.zip |
dev-java/tomcat-native-1.2.19: stabilized for amd64
Package-Manager: Portage-2.3.55, Repoman-2.3.12
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/tomcat-native/tomcat-native-1.2.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/tomcat-native/tomcat-native-1.2.19.ebuild b/dev-java/tomcat-native/tomcat-native-1.2.19.ebuild index bb3b879154d2..fb46a0bf4e2e 100644 --- a/dev-java/tomcat-native/tomcat-native-1.2.19.ebuild +++ b/dev-java/tomcat-native/tomcat-native-1.2.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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" |