commit:     2b834846f7d231d77e94e69e741857b1dbd6c748
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  2 20:04:15 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 20:04:15 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=2b834846

kde-plasma/plasma-welcome: Fix USE=-discover

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild 
b/kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild
index b081da8f77..1396f3f85d 100644
--- a/kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild
+++ b/kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild
@@ -43,7 +43,7 @@ src_prepare() {
 
        if ! use discover; then
                sed -e "s:pageStack.push(discover);:// & disabled by 
IUSE=discover:" \
-                       -i src/contents/ui/main.qml || die
+                       -i src/contents/ui/Main.qml || die
        fi
 }
 

Reply via email to