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 BC20A138350 for ; Tue, 28 Apr 2020 09:42:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05D59E0968; Tue, 28 Apr 2020 09:42:21 +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 DF85CE0968 for ; Tue, 28 Apr 2020 09:42:20 +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 02CD334EECA for ; Tue, 28 Apr 2020 09:42:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A00C01F5 for ; Tue, 28 Apr 2020 09:42:18 +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: <1588066932.5f5cd58c427815d03218b4c98680f109c6428fbd.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/Ice/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/Ice/Ice-3.6.4-r1.ebuild X-VCS-Directories: dev-libs/Ice/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 5f5cd58c427815d03218b4c98680f109c6428fbd X-VCS-Branch: master Date: Tue, 28 Apr 2020 09:42:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bf692216-62cd-4def-99a0-d81c80489fbb X-Archives-Hash: fdbcd627fd5c428c8abd60eb4a6ef12a commit: 5f5cd58c427815d03218b4c98680f109c6428fbd Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Apr 28 09:42:12 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Apr 28 09:42:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f5cd58c dev-libs/Ice: x86 stable wrt bug #719756 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> dev-libs/Ice/Ice-3.6.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/Ice/Ice-3.6.4-r1.ebuild b/dev-libs/Ice/Ice-3.6.4-r1.ebuild index c6050912fb5..81c5905a9c1 100644 --- a/dev-libs/Ice/Ice-3.6.4-r1.ebuild +++ b/dev-libs/Ice/Ice-3.6.4-r1.ebuild @@ -28,7 +28,7 @@ SRC_URI="https://github.com/zeroc-ice/ice/archive/v${PV}.tar.gz -> ${P}.tar.gz doc? ( http://download.zeroc.com/Ice/$(ver_cut 1-2)/${P}.pdf )" LICENSE="GPL-2" SLOT="0/36" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="doc examples libressl +ncurses mono php python ruby test debug" RESTRICT="test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"