Skip to content

Commit

Permalink
dev-qt: Block colliding old dev-qt/qtchooser versions
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed Nov 22, 2020
1 parent 9df1333 commit 7b52211
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
5 changes: 4 additions & 1 deletion dev-qt/assistant/assistant-5.15.9999.ebuild
Expand Up @@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7

QT5_MODULE="qttools"
inherit desktop qt5-build xdg-utils

Expand All @@ -23,7 +24,9 @@ DEPEND="
~dev-qt/qtwidgets-${PV}
webkit? ( >=dev-qt/qtwebkit-5.9.1:5 )
"
RDEPEND="${DEPEND}"
RDEPEND="${DEPEND}
!<=dev-qt/qtchooser-66
"

QT5_TARGET_SUBDIRS=(
src/assistant/assistant
Expand Down
5 changes: 4 additions & 1 deletion dev-qt/linguist/linguist-5.15.9999.ebuild
Expand Up @@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7

QT5_MODULE="qttools"
inherit desktop qt5-build xdg-utils

Expand All @@ -21,7 +22,9 @@ DEPEND="
~dev-qt/qtwidgets-${PV}
~dev-qt/qtxml-${PV}
"
RDEPEND="${DEPEND}"
RDEPEND="${DEPEND}
!<=dev-qt/qtchooser-66
"

QT5_TARGET_SUBDIRS=(
src/linguist/linguist
Expand Down
7 changes: 5 additions & 2 deletions dev-qt/qdbus/qdbus-5.15.9999.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

QT5_MODULE="qttools"
inherit qt5-build

Expand All @@ -18,7 +19,9 @@ DEPEND="
~dev-qt/qtdbus-${PV}
~dev-qt/qtxml-${PV}
"
RDEPEND="${DEPEND}"
RDEPEND="${DEPEND}
!<=dev-qt/qtchooser-66
"

QT5_TARGET_SUBDIRS=(
src/qdbus/qdbus
Expand Down
7 changes: 5 additions & 2 deletions dev-qt/qdbusviewer/qdbusviewer-5.15.9999.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

QT5_MODULE="qttools"
inherit desktop qt5-build xdg-utils

Expand All @@ -20,7 +21,9 @@ DEPEND="
~dev-qt/qtwidgets-${PV}
~dev-qt/qtxml-${PV}
"
RDEPEND="${DEPEND}"
RDEPEND="${DEPEND}
!<=dev-qt/qtchooser-66
"

QT5_TARGET_SUBDIRS=(
src/qdbus/qdbusviewer
Expand Down

0 comments on commit 7b52211

Please sign in to comment.