diff options
author | 2024-03-20 16:13:04 +1000 | |
---|---|---|
committer | 2024-03-20 20:30:47 +1000 | |
commit | aedcfd26afdef842b14c65510183fe7aa45e41b4 (patch) | |
tree | 4fcf6a7aa48ebbb8ce889d1a4e5df8d85ae43787 /www-client/opera | |
parent | www-client/opera-developer: remove old (diff) | |
download | gentoo-aedcfd26afdef842b14c65510183fe7aa45e41b4.tar.gz gentoo-aedcfd26afdef842b14c65510183fe7aa45e41b4.tar.bz2 gentoo-aedcfd26afdef842b14c65510183fe7aa45e41b4.zip |
www-client/opera: Fix QA issues
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'www-client/opera')
-rw-r--r-- | www-client/opera/opera-108.0.5067.29.ebuild | 10 |
1 files 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() { |