From: Patrick McLean Date: Mon, 15 Apr 2019 23:33:47 +0000 (-0700) Subject: sys-cluster/ceph: Fixup for 12.2.12-r1, missed something in merging X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6178799c7a4fbf3f648f93a7dff54f6b5b86737e;p=gentoo.git 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 --- 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"