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 C3DCD139694 for ; Sat, 6 May 2017 17:20:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90CA0E0DD8; Sat, 6 May 2017 17:20:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70CFEE0DD8 for ; Sat, 6 May 2017 17:20:49 +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 DA3783416E2 for ; Sat, 6 May 2017 17:20:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 486DA7459 for ; Sat, 6 May 2017 17:20:40 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1494091224.e66fdff5906a96ef3cc76ac44671732a14f1a0ba.ago@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.77.ebuild www-servers/tomcat/tomcat-8.0.43.ebuild X-VCS-Directories: www-servers/tomcat/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: e66fdff5906a96ef3cc76ac44671732a14f1a0ba X-VCS-Branch: master Date: Sat, 6 May 2017 17:20: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: e0af9883-e167-4c15-9ea5-0dc04794601f X-Archives-Hash: 1cc11ebd616e05e3885baedf66e6cbc7 commit: e66fdff5906a96ef3cc76ac44671732a14f1a0ba Author: Agostino Sarubbo gentoo org> AuthorDate: Sat May 6 17:20:24 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sat May 6 17:20:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e66fdff5 www-servers/tomcat: x86 stable wrt bug #615868 Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> www-servers/tomcat/tomcat-7.0.77.ebuild | 2 +- www-servers/tomcat/tomcat-8.0.43.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-servers/tomcat/tomcat-7.0.77.ebuild b/www-servers/tomcat/tomcat-7.0.77.ebuild index f583bb614aa..0d01aa49b31 100644 --- a/www-servers/tomcat/tomcat-7.0.77.ebuild +++ b/www-servers/tomcat/tomcat-7.0.77.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.43.ebuild b/www-servers/tomcat/tomcat-8.0.43.ebuild index 328c089e958..1e01093d259 100644 --- a/www-servers/tomcat/tomcat-8.0.43.ebuild +++ b/www-servers/tomcat/tomcat-8.0.43.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?