From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 038A1158013 for ; Sat, 2 Dec 2023 20:04:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 442C12BC016; Sat, 2 Dec 2023 20:04:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26D872BC016 for ; Sat, 2 Dec 2023 20:04:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 262AB335CB9 for ; Sat, 2 Dec 2023 20:04:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7C88119 for ; Sat, 2 Dec 2023 20:04:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1701547455.2b834846f7d231d77e94e69e741857b1dbd6c748.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-welcome/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild X-VCS-Directories: kde-plasma/plasma-welcome/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2b834846f7d231d77e94e69e741857b1dbd6c748 X-VCS-Branch: master Date: Sat, 2 Dec 2023 20:04:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aed125e8-21be-4e59-84b7-c432faf9cb20 X-Archives-Hash: f265c14818dac6663f2dc651f9a85f98 commit: 2b834846f7d231d77e94e69e741857b1dbd6c748 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 2 20:04:15 2023 +0000 Commit: Andreas Sturmlechner gentoo 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 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 }