commit: 68b7958f5d02e5eb5213796be5790b6603017b9b Author: Ervin Peters <coder <AT> ervnet <DOT> de> AuthorDate: Mon Jul 11 15:51:57 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> 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 <coder <AT> 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 <juippis <AT> 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 }
