diff options
-rw-r--r-- | packages/sys-devel/qconf/qconf-scm.exheres-0 | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/packages/sys-devel/qconf/qconf-scm.exheres-0 b/packages/sys-devel/qconf/qconf-scm.exheres-0 index 380b03b..36c7b71 100644 --- a/packages/sys-devel/qconf/qconf-scm.exheres-0 +++ b/packages/sys-devel/qconf/qconf-scm.exheres-0 @@ -9,28 +9,19 @@ SCM_REPOSITORY="https://github.com/psi-plus/qconf.git" require qmake [ slot=5 ] require scm-git -MYOPTIONS=" - ( - qt4 - qt5 - ) - [[ number-selected = exactly-one ]] -" +MYOPTIONS="" DEPENDENCIES=" build+run: - qt4? ( x11-libs/qt:4 ) - qt5? ( x11-libs/qtbase:5 ) + x11-libs/qtbase:5 " src_configure() { - option qt4 && QTVERSION=4 - option qt5 && QTVERSION=5 + QTVERSION=5 econf \ --qtselect="${QTVERSION}" \ --extraconf=QMAKE_STRIP= \ --verbose || die - # this currently works only for qt5 eqmake } |