[pykde4] epel: conditionalize webkit/qscintilla features

Rex Dieter rdieter at fedoraproject.org
Tue Nov 25 18:39:24 UTC 2014


commit 47db9d070a44552eab547ecf9bc2d3b7c7f16973
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Tue Nov 25 12:38:56 2014 -0600

    epel: conditionalize webkit/qscintilla features

 pykde4.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pykde4.spec b/pykde4.spec
index 419a35d..331037c 100644
--- a/pykde4.spec
+++ b/pykde4.spec
@@ -3,7 +3,7 @@
 %if 0%{?fedora} > 17
 %define python3 1
 %endif
-%if 0%{?fedora}
+%if 0%{?fedora} || 0%{?epel}
 %define qscintilla 1
 %define webkit 1
 %endif


More information about the scm-commits mailing list