projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb16fc1
)
kde-base/pykde4: Force default makefile generator
author
Johannes Huber
<johu@gentoo.org>
Tue, 18 Aug 2015 19:10:31 +0000
(21:10 +0200)
committer
Johannes Huber
<johu@gentoo.org>
Tue, 18 Aug 2015 19:10:46 +0000
(21:10 +0200)
Gentoo-Bug: 557994
Reported-by: Franz Fellner <alpine.art.de@gmail.com>
Package-Manager: portage-2.2.20.1
kde-base/pykde4/pykde4-4.14.3.ebuild
patch
|
blob
|
history
diff --git
a/kde-base/pykde4/pykde4-4.14.3.ebuild
b/kde-base/pykde4/pykde4-4.14.3.ebuild
index c227acb5baf34459badf28a551e59869cb3f7ad7..117cb90e3269cdb08d8a52b4facf7ce766d06b03 100644
(file)
--- a/
kde-base/pykde4/pykde4-4.14.3.ebuild
+++ b/
kde-base/pykde4/pykde4-4.14.3.ebuild
@@
-3,10
+3,11
@@
# $Id$
EAPI=5
+
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE="threads"
OPENGL_REQUIRED="always"
-
+CMAKE_MAKEFILE_GENERATOR="emake"
inherit python-r1 portability kde4-base multilib eutils
DESCRIPTION="Python bindings for KDE4"