diff options
| author | Michael Palimaka <kensington@gentoo.org> | 2016-06-23 21:50:11 +1000 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2016-06-23 21:54:33 +1000 |
| commit | 1102e4feee17e29a17c6bc3d5537bb5bcd82b06e (patch) | |
| tree | 4bdcc7a0bf261e2af859869b253211f1d8c54690 | |
| parent | 1034cf87fbe67707f6c94c74f8298c8f4654ebfa (diff) | |
| download | kde-1102e4feee17e29a17c6bc3d5537bb5bcd82b06e.tar.gz kde-1102e4feee17e29a17c6bc3d5537bb5bcd82b06e.tar.bz2 kde-1102e4feee17e29a17c6bc3d5537bb5bcd82b06e.zip | |
kde-apps/akonadi: add temporary Qt subslot operator
Package-Manager: portage-2.3.0_rc1
| -rw-r--r-- | kde-apps/akonadi/akonadi-16.04.2.ebuild | 3 | ||||
| -rw-r--r-- | kde-apps/akonadi/akonadi-16.04.49.9999.ebuild | 3 | ||||
| -rw-r--r-- | kde-apps/akonadi/akonadi-9999.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/kde-apps/akonadi/akonadi-16.04.2.ebuild b/kde-apps/akonadi/akonadi-16.04.2.ebuild index 1b086b187e7..68a10ac49f9 100644 --- a/kde-apps/akonadi/akonadi-16.04.2.ebuild +++ b/kde-apps/akonadi/akonadi-16.04.2.ebuild @@ -18,6 +18,7 @@ IUSE="+mysql postgres sqlite tools xml" REQUIRED_USE="|| ( sqlite mysql postgres ) test? ( tools )" +# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0 COMMON_DEPEND=" $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) @@ -34,7 +35,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kwindowsystem) $(add_frameworks_dep kxmlgui) $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) + $(add_qt_dep qtgui '' '' '5=') $(add_qt_dep qtnetwork) $(add_qt_dep qtsql 'mysql?,postgres?') $(add_qt_dep qtwidgets) diff --git a/kde-apps/akonadi/akonadi-16.04.49.9999.ebuild b/kde-apps/akonadi/akonadi-16.04.49.9999.ebuild index 1f399d7ec40..3436e245283 100644 --- a/kde-apps/akonadi/akonadi-16.04.49.9999.ebuild +++ b/kde-apps/akonadi/akonadi-16.04.49.9999.ebuild @@ -18,6 +18,7 @@ IUSE="+mysql postgres sqlite tools xml" REQUIRED_USE="|| ( sqlite mysql postgres ) test? ( tools )" +# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0 COMMON_DEPEND=" $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) @@ -34,7 +35,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kwindowsystem) $(add_frameworks_dep kxmlgui) $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) + $(add_qt_dep qtgui '' '' '5=') $(add_qt_dep qtnetwork) $(add_qt_dep qtsql 'mysql?,postgres?') $(add_qt_dep qtwidgets) diff --git a/kde-apps/akonadi/akonadi-9999.ebuild b/kde-apps/akonadi/akonadi-9999.ebuild index 99e67581828..3ad61cf58ec 100644 --- a/kde-apps/akonadi/akonadi-9999.ebuild +++ b/kde-apps/akonadi/akonadi-9999.ebuild @@ -19,6 +19,7 @@ IUSE="+mysql postgres sqlite tools xml" REQUIRED_USE="|| ( sqlite mysql postgres ) test? ( tools )" +# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0 COMMON_DEPEND=" $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) @@ -34,7 +35,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kwindowsystem) $(add_frameworks_dep kxmlgui) $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) + $(add_qt_dep qtgui '' '' '5=') $(add_qt_dep qtnetwork) $(add_qt_dep qtsql 'mysql?,postgres?') $(add_qt_dep qtwidgets) |
