commit: 55eb3689efc847f57ee59b3599c4e4ea636b1827
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 6 19:59:03 2018 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> 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