From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1612840-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 30693158041
	for <garchives@archives.gentoo.org>; Wed, 20 Mar 2024 10:32:29 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7D8362BC01B;
	Wed, 20 Mar 2024 10:32:22 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 5E47B2BC01B
	for <gentoo-commits@lists.gentoo.org>; Wed, 20 Mar 2024 10:32:22 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 735B3343009
	for <gentoo-commits@lists.gentoo.org>; Wed, 20 Mar 2024 10:32:21 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D86D215A1
	for <gentoo-commits@lists.gentoo.org>; Wed, 20 Mar 2024 10:32:17 +0000 (UTC)
From: "Matt Jolly" <kangie@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, "Matt Jolly" <kangie@gentoo.org>
Message-ID: <1710930647.aedcfd26afdef842b14c65510183fe7aa45e41b4.kangie@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/opera/
X-VCS-Repository: repo/gentoo
X-VCS-Files: www-client/opera/opera-108.0.5067.29.ebuild
X-VCS-Directories: www-client/opera/
X-VCS-Committer: kangie
X-VCS-Committer-Name: Matt Jolly
X-VCS-Revision: aedcfd26afdef842b14c65510183fe7aa45e41b4
X-VCS-Branch: master
Date: Wed, 20 Mar 2024 10:32:17 +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: 66a0afdc-28ae-44ee-9993-d75f26f2298f
X-Archives-Hash: a189ebd6cc649af397022d96fbf7ef1e

commit:     aedcfd26afdef842b14c65510183fe7aa45e41b4
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 20 06:13:04 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Mar 20 10:30:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aedcfd26

www-client/opera: Fix QA issues

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/opera/opera-108.0.5067.29.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/www-client/opera/opera-108.0.5067.29.ebuild b/www-client/opera/opera-108.0.5067.29.ebuild
index 6c4c3db8eec1..67b029cadff1 100644
--- a/www-client/opera/opera-108.0.5067.29.ebuild
+++ b/www-client/opera/opera-108.0.5067.29.ebuild
@@ -24,8 +24,6 @@ fi
 
 DESCRIPTION="A fast and secure web browser"
 HOMEPAGE="https://www.opera.com/"
-LICENSE="OPERA-2018"
-SLOT="0"
 
 SRC_URI_BASE=(
 	"https://download1.operacdn.com/pub/${PN}"
@@ -41,15 +39,16 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* amd64"
-
 FFMPEG_VERSION="114.0.5735.9"
-
 SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
 	proprietary-codecs? (
 		mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
 	)"
+S=${WORKDIR}
 
+LICENSE="OPERA-2018"
+SLOT="0"
+KEYWORDS="-* amd64"
 IUSE="+proprietary-codecs +suid qt5 qt6"
 RESTRICT="bindist mirror strip"
 
@@ -89,7 +88,6 @@ RDEPEND="
 "
 
 QA_PREBUILT="*"
-S=${WORKDIR}
 OPERA_HOME="opt/opera${PN#opera}"
 
 pkg_pretend() {