commit:     6178799c7a4fbf3f648f93a7dff54f6b5b86737e
Author:     Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Mon Apr 15 23:33:47 2019 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 23:33:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6178799c

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 <AT> gentoo.org>

 sys-cluster/ceph/ceph-12.2.12-r1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/ceph/ceph-12.2.12-r1.ebuild 
b/sys-cluster/ceph/ceph-12.2.12-r1.ebuild
index b9a012001e4..24b436de237 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"

Reply via email to