From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0C601396D9 for ; Thu, 16 Nov 2017 08:54:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E41C0E0E4B; Thu, 16 Nov 2017 08:54:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C29AAE0E36 for ; Thu, 16 Nov 2017 08:54:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17D2533BEAC for ; Thu, 16 Nov 2017 08:54:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D7CE9C7A for ; Thu, 16 Nov 2017 08:54:41 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1510822461.809c758548f540271b0a6b84d7a0258ab0e99d3d.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/tomcat/tomcat-7.0.82.ebuild www-servers/tomcat/tomcat-8.0.47.ebuild www-servers/tomcat/tomcat-8.5.23.ebuild X-VCS-Directories: www-servers/tomcat/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 809c758548f540271b0a6b84d7a0258ab0e99d3d X-VCS-Branch: master Date: Thu, 16 Nov 2017 08:54:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1a2dbf17-bdec-43e1-a7c2-d96161251b00 X-Archives-Hash: f256a227e737794cdb994bd7fbb592f7 commit: 809c758548f540271b0a6b84d7a0258ab0e99d3d Author: Miroslav Šulc gentoo org> AuthorDate: Thu Nov 16 08:39:16 2017 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Nov 16 08:54:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=809c7585 www-servers/tomcat: marked 7.0.82, 8.0.47 and 8.5.23 amd64 stable Package-Manager: Portage-2.3.14, Repoman-2.3.6 www-servers/tomcat/tomcat-7.0.82.ebuild | 2 +- www-servers/tomcat/tomcat-8.0.47.ebuild | 2 +- www-servers/tomcat/tomcat-8.5.23.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www-servers/tomcat/tomcat-7.0.82.ebuild b/www-servers/tomcat/tomcat-7.0.82.ebuild index 440a35f27a2..77f95ae4875 100644 --- a/www-servers/tomcat/tomcat-7.0.82.ebuild +++ b/www-servers/tomcat/tomcat-7.0.82.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/${PN}/tomcat-7/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="7" -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="extra-webapps websockets" RESTRICT="test" # can we run them on a production system? diff --git a/www-servers/tomcat/tomcat-8.0.47.ebuild b/www-servers/tomcat/tomcat-8.0.47.ebuild index 424ec1de47d..0275eef0064 100644 --- a/www-servers/tomcat/tomcat-8.0.47.ebuild +++ b/www-servers/tomcat/tomcat-8.0.47.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/${PN}/tomcat-8/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="8" -KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="extra-webapps" RESTRICT="test" # can we run them on a production system? diff --git a/www-servers/tomcat/tomcat-8.5.23.ebuild b/www-servers/tomcat/tomcat-8.5.23.ebuild index b00d9e34c11..dce4c263018 100644 --- a/www-servers/tomcat/tomcat-8.5.23.ebuild +++ b/www-servers/tomcat/tomcat-8.5.23.ebuild @@ -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 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="extra-webapps" RESTRICT="test" # can we run them on a production system?