diff options
author | Sam James <sam@gentoo.org> | 2024-11-23 16:57:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-23 16:57:31 +0000 |
commit | 9061c3d8ab39ce4ef484b902ad0ac92a5d3282d5 (patch) | |
tree | a45a2b2524cdbd882b187910e2901c03468d2932 /www-client/chromium | |
parent | media-video/ffmpeg-chromium: Stabilize 131 amd64, #944073 (diff) | |
download | gentoo-9061c3d8ab39ce4ef484b902ad0ac92a5d3282d5.tar.gz gentoo-9061c3d8ab39ce4ef484b902ad0ac92a5d3282d5.tar.bz2 gentoo-9061c3d8ab39ce4ef484b902ad0ac92a5d3282d5.zip |
www-client/chromium: Stabilize 131.0.6778.85 amd64, #944073
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-client/chromium')
-rw-r--r-- | www-client/chromium/chromium-131.0.6778.85.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/chromium/chromium-131.0.6778.85.ebuild b/www-client/chromium/chromium-131.0.6778.85.ebuild index f3dbb100a6d7..428128ed31d6 100644 --- a/www-client/chromium/chromium-131.0.6778.85.ebuild +++ b/www-client/chromium/chromium-131.0.6778.85.ebuild @@ -47,7 +47,7 @@ SLOT="0/stable" # Dev exists mostly to give devs some breathing room for beta/stable releases; # it shouldn't be keyworded but adventurous users can select it. if [[ ${SLOT} != "0/dev" ]]; then - KEYWORDS="~amd64 ~arm64" + KEYWORDS="amd64 ~arm64" fi IUSE_SYSTEM_LIBS="+system-harfbuzz +system-icu +system-png +system-zstd" |