sys-cluster/ceph: Fixup for 12.2.12-r1, missed something in merging
authorPatrick McLean <patrick.mclean@sony.com>
Mon, 15 Apr 2019 23:33:47 +0000 (16:33 -0700)
committerPatrick McLean <chutzpah@gentoo.org>
Mon, 15 Apr 2019 23:33:47 +0000 (16:33 -0700)
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
sys-cluster/ceph/ceph-12.2.12-r1.ebuild

index b9a012001e41831d386921e943888ac516f7f737..24b436de237376ac23adf8204074c4a21d51185f 100644 (file)
@@ -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"