diff options
Diffstat (limited to 'app-editors/scite')
-rw-r--r-- | app-editors/scite/scite-5.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |