Skip to content

Commit

Permalink
qt5-build.eclass: disallow version mixing
Browse files Browse the repository at this point in the history
Gentoo-bug: 564560
  • Loading branch information
kensington committed Jan 14, 2016
1 parent 2297fcb commit 79424b4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions eclass/qt5-build.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,7 @@ DEPEND="
virtual/pkgconfig
"
if [[ ${PN} != qttest ]]; then
if [[ ${QT5_MODULE} == qtbase ]]; then
DEPEND+=" test? ( ~dev-qt/qttest-${PV} )"
else
DEPEND+=" test? ( >=dev-qt/qttest-${PV}:5 )"
fi
DEPEND+=" test? ( ~dev-qt/qttest-${PV} )"
fi
RDEPEND="
dev-qt/qtchooser
Expand Down

0 comments on commit 79424b4

Please sign in to comment.