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 68102158094 for ; Sat, 23 Jul 2022 12:50:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75814E0DBE; Sat, 23 Jul 2022 12:50:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4D9B9E0DBE for ; Sat, 23 Jul 2022 12:50:28 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6CAD23410A6 for ; Sat, 23 Jul 2022 12:50:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE16B54B for ; Sat, 23 Jul 2022 12:50:25 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1658580617.68b7958f5d02e5eb5213796be5790b6603017b9b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/scite/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/scite/scite-5.2.4.ebuild X-VCS-Directories: app-editors/scite/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 68b7958f5d02e5eb5213796be5790b6603017b9b X-VCS-Branch: master Date: Sat, 23 Jul 2022 12:50:25 +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: 5136f79c-8ea9-44ef-a191-88c7f0a7cae0 X-Archives-Hash: ded16b2b67674e6a71832caa6d6eb954 commit: 68b7958f5d02e5eb5213796be5790b6603017b9b Author: Ervin Peters ervnet de> AuthorDate: Mon Jul 11 15:51:57 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Jul 23 12:50:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b7958f app-editors/scite: Add Fix from bug #765151 fixes desktop files not installed when gtk2 not found. Signed-off-by: Ervin Peters ervnet.de> Closes: https://bugs.gentoo.org/765151 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Closes: https://github.com/gentoo/gentoo/pull/26321 Signed-off-by: Joonas Niilola gentoo.org> app-editors/scite/scite-5.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/scite/scite-5.2.4.ebuild b/app-editors/scite/scite-5.2.4.ebuild index f2887e4b0f91..19bb5f74a12c 100644 --- a/app-editors/scite/scite-5.2.4.ebuild +++ b/app-editors/scite/scite-5.2.4.ebuild @@ -92,6 +92,6 @@ src_compile() { # want to use the base src_install() as base_src_install() src_install() { - default + GTK3=1 default dosym SciTE /usr/bin/scite }