diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2019-04-09 01:17:03 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2019-04-09 01:17:03 +0300 |
commit | 64b1c0e05f1fe9c2b032a43c78456bdd6b1beb55 (patch) | |
tree | 0bec7f4a03ce2a3205475bff2c6e481113bc52a0 | |
parent | 8047dcc79fb67d47a51d4f5990b436bcf143f190 (diff) |
qconf: updated for upstream deps
-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 } |