Update chromium-bin-91.0.4472.69.ebuild

This commit is contained in:
Gerben Jan Dijkman 2021-06-08 23:16:33 +02:00 committed by GitHub
parent b6cd6fa622
commit 4774a35b56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ SRC_URI="https://dev.gentoo.org/~sultan/distfiles/www-client/chromium-bin/${MY_P
LICENSE="BSD" LICENSE="BSD"
SLOT="0" SLOT="0"
#KEYWORDS="-* ~amd64 ~arm64 ~x86" KEYWORDS="-* ~amd64 ~arm64 ~x86"
IUSE="cpu_flags_x86_sse2 devtools selinux suid +swiftshader wayland widevine" IUSE="cpu_flags_x86_sse2 devtools selinux suid +swiftshader wayland widevine"
RDEPEND=" RDEPEND="
@ -231,4 +231,4 @@ pkg_postinst() {
elog "by navigating to chrome://flags/#enable-accelerated-video-decode" elog "by navigating to chrome://flags/#enable-accelerated-video-decode"
elog "inside Chromium or add --enable-accelerated-video-decode" elog "inside Chromium or add --enable-accelerated-video-decode"
elog "to CHROMIUM_BIN_FLAGS in /etc/chromium-bin/default." elog "to CHROMIUM_BIN_FLAGS in /etc/chromium-bin/default."
} }