diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2018-03-06 11:59:03 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2018-03-06 11:59:50 -0800 |
commit | 55eb3689efc847f57ee59b3599c4e4ea636b1827 (patch) | |
tree | e2d176ecb1371ff602baf1a884d8d7f1e4a0f2ae /sys-cluster/ceph | |
parent | dev-embedded/arduino: bump to 1.8.5 (diff) | |
download | gentoo-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.ebuild | 3 |
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 |