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 8EF3C1396D0 for ; Tue, 22 Aug 2017 18:25:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D00F01FC03C; Tue, 22 Aug 2017 18:25:11 +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 AA54F1FC014 for ; Tue, 22 Aug 2017 18:25:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 818A4341C71 for ; Tue, 22 Aug 2017 18:25:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 277EE7EE6 for ; Tue, 22 Aug 2017 18:25:09 +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: <1503426282.acbf4a912e859f8a7361d419544fde06ca45462e.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.79.ebuild www-servers/tomcat/tomcat-8.0.45.ebuild X-VCS-Directories: www-servers/tomcat/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: acbf4a912e859f8a7361d419544fde06ca45462e X-VCS-Branch: master Date: Tue, 22 Aug 2017 18:25:09 +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: 5c13f948-8d13-42bc-b819-bd53577d1aa5 X-Archives-Hash: 4875335301f4e3f7e65fba98fa2beb20 commit: acbf4a912e859f8a7361d419544fde06ca45462e Author: Miroslav Šulc gentoo org> AuthorDate: Tue Aug 22 18:24:42 2017 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Aug 22 18:24:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acbf4a91 www-servers/tomcat: marked stable amd64 per bug #627514 Package-Manager: Portage-2.3.8, Repoman-2.3.3 www-servers/tomcat/tomcat-7.0.79.ebuild | 2 +- www-servers/tomcat/tomcat-8.0.45.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-servers/tomcat/tomcat-7.0.79.ebuild b/www-servers/tomcat/tomcat-7.0.79.ebuild index 407d62aa7f8..f583bb614aa 100644 --- a/www-servers/tomcat/tomcat-7.0.79.ebuild +++ b/www-servers/tomcat/tomcat-7.0.79.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.45.ebuild b/www-servers/tomcat/tomcat-8.0.45.ebuild index 9d2c9ff6392..328c089e958 100644 --- a/www-servers/tomcat/tomcat-8.0.45.ebuild +++ b/www-servers/tomcat/tomcat-8.0.45.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?