QBE correct REQUIRED_USE

This commit is contained in:
microcai 2023-02-18 13:21:15 +08:00
parent bde1fce350
commit d993dfef21

View File

@ -19,8 +19,7 @@ KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="+dbus webui qt6 +qt5"
REQUIRED_USE="qt6? ( !qt5 )
qt5? ( !qt6 )"
REQUIRED_USE="|| (qt5 qt6 )"
RDEPEND="
>=dev-libs/boost-1.65.0-r1:=