commit: ffd7947ba02972bd7b1ead592cc9573a06a821dc Author: Davide Pesavento <pesa <AT> gentoo <DOT> org> AuthorDate: Mon Jan 7 19:28:35 2019 +0000 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org> CommitDate: Mon Jan 7 19:28:35 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ffd7947b
dev-qt/qtchooser: sync with gentoo.git Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org> dev-qt/qtchooser/qtchooser-9999.ebuild | 32 ++++---------------------------- 1 file changed, 4 insertions(+), 28 deletions(-) diff --git a/dev-qt/qtchooser/qtchooser-9999.ebuild b/dev-qt/qtchooser/qtchooser-9999.ebuild index 144fa7ab..ba405ef6 100644 --- a/dev-qt/qtchooser/qtchooser-9999.ebuild +++ b/dev-qt/qtchooser/qtchooser-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit qmake-utils toolchain-funcs git-r3 -DESCRIPTION="Qt4/Qt5 version chooser" +DESCRIPTION="Tool to quickly switch between multiple Qt installations" HOMEPAGE="https://code.qt.io/cgit/qtsdk/qtchooser.git/" EGIT_REPO_URI="https://code.qt.io/qtsdk/qtchooser.git" @@ -18,31 +18,7 @@ DEPEND="test? ( dev-qt/qtcore:5 dev-qt/qttest:5 )" -RDEPEND=" - !<dev-qt/assistant-4.8.6:4 - !<dev-qt/designer-4.8.6:4 - !<dev-qt/linguist-4.8.6:4 - !<dev-qt/pixeltool-4.8.6:4 - !<dev-qt/qdbusviewer-4.8.6:4 - !<dev-qt/qt3support-4.8.6:4 - !<dev-qt/qtbearer-4.8.6:4 - !<dev-qt/qtcore-4.8.6:4 - !<dev-qt/qtdbus-4.8.6:4 - !<dev-qt/qtdeclarative-4.8.6:4 - !<dev-qt/qtdemo-4.8.6:4 - !<dev-qt/qtgui-4.8.6:4 - !<dev-qt/qthelp-4.8.6:4 - !<dev-qt/qtmultimedia-4.8.6:4 - !<dev-qt/qtopengl-4.8.6:4 - !<dev-qt/qtopenvg-4.8.6:4 - !<dev-qt/qtphonon-4.8.6:4 - !<dev-qt/qtscript-4.8.6:4 - !<dev-qt/qtsql-4.8.6:4 - !<dev-qt/qtsvg-4.8.6:4 - !<dev-qt/qttest-4.8.6:4 - !<dev-qt/qtwebkit-4.8.6:4 - !<dev-qt/qtxmlpatterns-4.8.6:4 -" +RDEPEND="" qtchooser_make() { emake \
