]> Some of my projects - anidbudpclient-overlay.git/commitdiff
Fix qt4 deps not using the qt4 slot.
authorAPTX <marek321@gmail.com>
Mon, 9 Nov 2015 14:36:23 +0000 (15:36 +0100)
committerAPTX <marek321@gmail.com>
Mon, 9 Nov 2015 14:36:23 +0000 (15:36 +0100)
app-anidbudpclient/localmylist/localmylist-9999.ebuild

index a948a6d438a98be8d3630bb5f435335a85fb746b..cab2474f9f1211594c837ad68f1f6213ddb4af98 100755 (executable)
@@ -18,10 +18,10 @@ IUSE="+anidbudpclient gui daemon tools +qt4 qt5 debug"
 REQUIRED_USE="^^ ( qt4 qt5 )"
 DEPEND="
        qt4? (
-               >=dev-qt/qtcore-4.7
-               >=dev-qt/qtsql-4.7[postgres]
-               >=dev-qt/qtscript-4.7
-               gui? ( >=dev-qt/qtgui-4.7 )
+               >=dev-qt/qtcore-4.7:4
+               >=dev-qt/qtsql-4.7:4[postgres]
+               >=dev-qt/qtscript-4.7:4
+               gui? ( >=dev-qt/qtgui-4.7:4 )
                anidbudpclient? ( >=app-anidbudpclient/anidbudpclient-9999-r2[qt4] )
        )
        qt5? (