comps-f21.xml.in

Kevin Kofler kkofler at fedoraproject.org
Mon May 4 01:25:12 UTC 2015


 comps-f21.xml.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 86ec9cf6d2349a036aced2511c32a832c00a7f8d
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Mon May 4 03:25:06 2015 +0200

    comps-f21: kde-desktop: fix backwards qt5-style-oxygen conditional
    
    qt5-qtbase-gui should drag in qt5-style-oxygen, not the other way round.

diff --git a/comps-f21.xml.in b/comps-f21.xml.in
index cae7ac0..9ff9b9e 100644
--- a/comps-f21.xml.in
+++ b/comps-f21.xml.in
@@ -3531,7 +3531,7 @@
       <packagereq type="conditional" requires="libreoffice-core">libreoffice-kde</packagereq>
       <packagereq type="conditional" requires="pinentry">pinentry-qt</packagereq>
       <packagereq type="conditional" requires="at-spi2-core">qt-at-spi</packagereq>
-      <packagereq type="conditional" requires="qt5-style-oxygen">qt5-qtbase-gui</packagereq>
+      <packagereq type="conditional" requires="qt5-qtbase-gui">qt5-style-oxygen</packagereq>
       <packagereq type="conditional" requires="pam_kwallet">socat</packagereq>
     </packagelist>
   </group>




More information about the scm-commits mailing list