diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2019-04-15 16:33:47 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2019-04-15 16:33:47 -0700 |
commit | 6178799c7a4fbf3f648f93a7dff54f6b5b86737e (patch) | |
tree | da16a60fcd5007748cf151f37950e99a2ef4824d /sys-cluster | |
parent | sys-cluster/ceph: clean up old versions (diff) | |
download | gentoo-6178799c7a4fbf3f648f93a7dff54f6b5b86737e.tar.gz gentoo-6178799c7a4fbf3f648f93a7dff54f6b5b86737e.tar.bz2 gentoo-6178799c7a4fbf3f648f93a7dff54f6b5b86737e.zip |
sys-cluster/ceph: Fixup for 12.2.12-r1, missed something in merging
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/ceph/ceph-12.2.12-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-cluster/ceph/ceph-12.2.12-r1.ebuild b/sys-cluster/ceph/ceph-12.2.12-r1.ebuild index b9a012001e41..24b436de2373 100644 --- a/sys-cluster/ceph/ceph-12.2.12-r1.ebuild +++ b/sys-cluster/ceph/ceph-12.2.12-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) +PYTHON_COMPAT=( python{2_7,3_{5,6}} ) DISTUTILS_OPTIONAL=1 inherit check-reqs cmake-utils distutils-r1 flag-o-matic multiprocessing \ @@ -141,6 +141,9 @@ PATCHES=( "${FILESDIR}/ceph-12.2.12-ncurses-tinfo.patch" ) +# dpdk and ninja don't get along +CMAKE_MAKEFILE_GENERATOR="emake" + check-reqs_export_vars() { if use amd64; then CHECKREQS_DISK_BUILD="12G" |