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 D5C6B1382C5 for ; Fri, 13 Apr 2018 14:08:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD527E0966; Fri, 13 Apr 2018 14:08:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B7F89E0966 for ; Fri, 13 Apr 2018 14:08:43 +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 C83E4335C75 for ; Fri, 13 Apr 2018 14:08:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0736828B for ; Fri, 13 Apr 2018 14:08:40 +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: <1523628506.03541c4696d6a9b6a1989504736cbea1e9282692.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-8.5.28.ebuild www-servers/tomcat/tomcat-9.0.5.ebuild X-VCS-Directories: www-servers/tomcat/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 03541c4696d6a9b6a1989504736cbea1e9282692 X-VCS-Branch: master Date: Fri, 13 Apr 2018 14:08:40 +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: 18f81a4b-9926-4032-8279-fa2d32c10b83 X-Archives-Hash: a4d0a3cc8d6788d3d43652e30026a58a commit: 03541c4696d6a9b6a1989504736cbea1e9282692 Author: Miroslav Šulc gentoo org> AuthorDate: Fri Apr 13 14:04:38 2018 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Fri Apr 13 14:08:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03541c46 www-servers/tomcat: stabilized versions 8.5.28 and 9.0.5 Package-Manager: Portage-2.3.28, Repoman-2.3.9 www-servers/tomcat/tomcat-8.5.28.ebuild | 2 +- www-servers/tomcat/tomcat-9.0.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-servers/tomcat/tomcat-8.5.28.ebuild b/www-servers/tomcat/tomcat-8.5.28.ebuild index 0fb74bf75f0..5e09cb9bab2 100644 --- a/www-servers/tomcat/tomcat-8.5.28.ebuild +++ b/www-servers/tomcat/tomcat-8.5.28.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? diff --git a/www-servers/tomcat/tomcat-9.0.5.ebuild b/www-servers/tomcat/tomcat-9.0.5.ebuild index 36b0d091699..b07ff55c989 100644 --- a/www-servers/tomcat/tomcat-9.0.5.ebuild +++ b/www-servers/tomcat/tomcat-9.0.5.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/${PN}/tomcat-9/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="9" -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?