From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1532946-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 5CEBC158009
	for <garchives@archives.gentoo.org>; Tue, 27 Jun 2023 15:13:45 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 93AE1E0848;
	Tue, 27 Jun 2023 15:13:44 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 7AFFBE0848
	for <gentoo-commits@lists.gentoo.org>; Tue, 27 Jun 2023 15:13:44 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 77D7134103C
	for <gentoo-commits@lists.gentoo.org>; Tue, 27 Jun 2023 15:13:43 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CA7B67C6
	for <gentoo-commits@lists.gentoo.org>; Tue, 27 Jun 2023 15:13:41 +0000 (UTC)
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" <floppym@gentoo.org>
Message-ID: <1687878765.ff33e63c7d591293b2b2d47a0dc06dc8beb77465.floppym@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/opera-developer/
X-VCS-Repository: repo/gentoo
X-VCS-Files: www-client/opera-developer/opera-developer-101.0.4843.0.ebuild
X-VCS-Directories: www-client/opera-developer/
X-VCS-Committer: floppym
X-VCS-Committer-Name: Mike Gilbert
X-VCS-Revision: ff33e63c7d591293b2b2d47a0dc06dc8beb77465
X-VCS-Branch: master
Date: Tue, 27 Jun 2023 15:13:41 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 138a4db7-19fd-4681-b2ff-4d9215c25546
X-Archives-Hash: 2e236791276c9ca4851ec2db901593cc

commit:     ff33e63c7d591293b2b2d47a0dc06dc8beb77465
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 15:12:45 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 15:12:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff33e63c

www-client/opera-developer: add qt6 USE flag

Closes: https://bugs.gentoo.org/909304
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/opera-developer/opera-developer-101.0.4843.0.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/www-client/opera-developer/opera-developer-101.0.4843.0.ebuild b/www-client/opera-developer/opera-developer-101.0.4843.0.ebuild
index f075b4334993..fa627a202454 100644
--- a/www-client/opera-developer/opera-developer-101.0.4843.0.ebuild
+++ b/www-client/opera-developer/opera-developer-101.0.4843.0.ebuild
@@ -50,7 +50,7 @@ SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_E
 		mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
 	)"
 
-IUSE="+proprietary-codecs +suid qt5"
+IUSE="+proprietary-codecs +suid qt5 qt6"
 RESTRICT="bindist mirror strip"
 
 RDEPEND="
@@ -85,6 +85,7 @@ RDEPEND="
 		dev-qt/qtgui:5[X]
 		dev-qt/qtwidgets:5
 	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
 "
 
 QA_PREBUILT="*"
@@ -158,6 +159,9 @@ src_install() {
 	if ! use qt5; then
 		rm "${OPERA_HOME}/libqt5_shim.so" || die
 	fi
+	if ! use qt6; then
+		rm "${OPERA_HOME}/libqt6_shim.so" || die
+	fi
 
 	# pax mark opera, bug #562038
 	pax-mark m "${OPERA_HOME}/opera"