diff options
author | Sam James <sam@gentoo.org> | 2021-01-10 22:28:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-10 22:28:37 +0000 |
commit | 4c767bd02e37087fcc8ce77c31f36e70b4526125 (patch) | |
tree | 3c29d41109f4e3f6a901856ec923226cc0eee839 /www-servers | |
parent | www-apps/wordpress: mark ALLARCHES (diff) | |
download | gentoo-4c767bd02e37087fcc8ce77c31f36e70b4526125.tar.gz gentoo-4c767bd02e37087fcc8ce77c31f36e70b4526125.tar.bz2 gentoo-4c767bd02e37087fcc8ce77c31f36e70b4526125.zip |
www-servers/tomcat: Stabilize 8.5.61 amd64, #764767
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/tomcat/tomcat-8.5.61.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/tomcat/tomcat-8.5.61.ebuild b/www-servers/tomcat/tomcat-8.5.61.ebuild index 43b89effd490..361cd1d9a905 100644 --- a/www-servers/tomcat/tomcat-8.5.61.ebuild +++ b/www-servers/tomcat/tomcat-8.5.61.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 @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/${PN}/tomcat-8/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="8.5" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="extra-webapps" RESTRICT="test" # can we run them on a production system? |