commit: 4a53429cb4d66d41932d3fca4d14b0c6339aff73 Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Thu May 22 06:42:38 2025 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Thu May 22 06:48:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a53429c
www-client/chromium: 138 correct path `rar` -> `unrar` Bug: https://bugs.gentoo.org/956390 Closes: https://bugs.gentoo.org/956420 Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> www-client/chromium/chromium-138.0.7180.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/chromium/chromium-138.0.7180.2.ebuild b/www-client/chromium/chromium-138.0.7180.2.ebuild index 7370c5266da2..86befc6db635 100644 --- a/www-client/chromium/chromium-138.0.7180.2.ebuild +++ b/www-client/chromium/chromium-138.0.7180.2.ebuild @@ -805,7 +805,7 @@ src_prepare() { ) if use rar; then - keeplibs+=( third_party/rar ) + keeplibs+=( third_party/unrar ) fi if use test; then
