summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2018-03-06 11:59:03 -0800
committerPatrick McLean <chutzpah@gentoo.org>2018-03-06 11:59:50 -0800
commit55eb3689efc847f57ee59b3599c4e4ea636b1827 (patch)
treee2d176ecb1371ff602baf1a884d8d7f1e4a0f2ae /sys-cluster/ceph
parentdev-embedded/arduino: bump to 1.8.5 (diff)
downloadgentoo-55eb3689efc847f57ee59b3599c4e4ea636b1827.tar.gz
gentoo-55eb3689efc847f57ee59b3599c4e4ea636b1827.tar.bz2
gentoo-55eb3689efc847f57ee59b3599c4e4ea636b1827.zip
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
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r--sys-cluster/ceph/ceph-12.2.4.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-cluster/ceph/ceph-12.2.4.ebuild b/sys-cluster/ceph/ceph-12.2.4.ebuild
index 9fbb382ca6a9..bc3dd0a718aa 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