summaryrefslogtreecommitdiff
path: root/www-client/google-chrome-unstable/google-chrome-unstable-116.0.5845.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/google-chrome-unstable/google-chrome-unstable-116.0.5845.4.ebuild')
-rw-r--r--www-client/google-chrome-unstable/google-chrome-unstable-116.0.5845.4.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/www-client/google-chrome-unstable/google-chrome-unstable-116.0.5845.4.ebuild b/www-client/google-chrome-unstable/google-chrome-unstable-116.0.5845.4.ebuild
index 0989c02308b9..4a3a41f9df6b 100644
--- a/www-client/google-chrome-unstable/google-chrome-unstable-116.0.5845.4.ebuild
+++ b/www-client/google-chrome-unstable/google-chrome-unstable-116.0.5845.4.ebuild
@@ -26,7 +26,7 @@ SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd
LICENSE="google-chrome"
SLOT="0"
-IUSE="qt5 selinux"
+IUSE="qt5 qt6 selinux"
RESTRICT="bindist mirror strip"
RDEPEND="
@@ -67,6 +67,7 @@ RDEPEND="
dev-qt/qtgui:5[X]
dev-qt/qtwidgets:5
)
+ qt6? ( dev-qt/qtbase:6[gui,widgets] )
selinux? ( sec-policy/selinux-chromium )
"
@@ -114,6 +115,9 @@ src_install() {
if ! use qt5; then
rm "${CHROME_HOME}/libqt5_shim.so" || die
fi
+ if ! use qt6; then
+ rm "${CHROME_HOME}/libqt6_shim.so" || die
+ fi
local suffix=
[[ ${PN} == google-chrome-beta ]] && suffix=_beta