When emerging x11-libs/qwt-6.1.2-r1 it fails with the following error when both qt4 and qt5 use flags are unset. * ERROR: x11-libs/qwt-6.1.2-r1::gentoo failed (prepare phase): * MULTIBUILD_VARIANTS need to be set The ebuild needs the use flags qt4 or qt5 to be set but don't declare it explicitly. Adding the following in the ebuild should solve the issue: REQUIRED_USE="|| ( qt4 qt5 )" Reproducible: Always
+ 29 Jan 2015; Justin Lecher <jlec@gentoo.org> qwt-6.1.2-r1.ebuild: + Make sure at least one qt version is selected, #538108 +