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 418141382C5 for ; Tue, 6 Mar 2018 20:00:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A50AE09D0; Tue, 6 Mar 2018 20:00:01 +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 4C054E09D0 for ; Tue, 6 Mar 2018 20:00:01 +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 76555335C06 for ; Tue, 6 Mar 2018 20:00:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0535B78 for ; Tue, 6 Mar 2018 19:59:59 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1520366390.55eb3689efc847f57ee59b3599c4e4ea636b1827.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/ceph-12.2.4.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 55eb3689efc847f57ee59b3599c4e4ea636b1827 X-VCS-Branch: master Date: Tue, 6 Mar 2018 19:59:59 +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: a809f41e-bd8a-4fdc-b2c9-96ec05cdd39f X-Archives-Hash: 3fc85d75c19d78445ab2bcc8209ee446 commit: 55eb3689efc847f57ee59b3599c4e4ea636b1827 Author: Patrick McLean gentoo org> AuthorDate: Tue Mar 6 19:59:03 2018 +0000 Commit: Patrick McLean gentoo org> CommitDate: Tue Mar 6 19:59:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55eb3689 sys-cluster/ceph: Only pull in yasm on x86 and amd64 on 12.2.4 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-cluster/ceph/ceph-12.2.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-cluster/ceph/ceph-12.2.4.ebuild b/sys-cluster/ceph/ceph-12.2.4.ebuild index 9fbb382ca6a..bc3dd0a718a 100644 --- a/sys-cluster/ceph/ceph-12.2.4.ebuild +++ b/sys-cluster/ceph/ceph-12.2.4.ebuild @@ -68,7 +68,8 @@ COMMON_DEPEND=" " DEPEND="${COMMON_DEPEND} app-arch/cpio - dev-lang/yasm + amd64? ( dev-lang/yasm ) + x86? ( dev-lang/yasm ) dev-python/cython[${PYTHON_USEDEP}] dev-python/sphinx dev-util/gperf