From 259a7049f199741c6f64187e30b3b579dcbcd3f1 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Tue, 28 Jul 2020 15:46:42 +0200 Subject: app-misc/emelfm2: Set REQUIRED_USE for +gtk3/spell emelfm2's spell checking feature has not been ported to app-text/gtkspell:3 so when USE=spell is requested, USE=gtk3 cannot be enabled. In the worst case, with both app-text/gtkspell:2 and app-text/gtkspell:3 installed, it fails to start with complaints of using both GTK+2/3 symbols. Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jeroen Roovers --- app-misc/emelfm2/emelfm2-0.9.1-r1.ebuild | 6 ++++-- app-misc/emelfm2/emelfm2-0.9.1-r2.ebuild | 6 ++++-- app-misc/emelfm2/emelfm2-0.9.1-r3.ebuild | 4 +++- 3 files changed, 11 insertions(+), 5 deletions(-) (limited to 'app-misc/emelfm2') diff --git a/app-misc/emelfm2/emelfm2-0.9.1-r1.ebuild b/app-misc/emelfm2/emelfm2-0.9.1-r1.ebuild index fdc2b9bb3424..bfc29fa412af 100644 --- a/app-misc/emelfm2/emelfm2-0.9.1-r1.ebuild +++ b/app-misc/emelfm2/emelfm2-0.9.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -33,7 +33,9 @@ DEPEND=" virtual/pkgconfig nls? ( sys-devel/gettext ) " - +REQUIRED_USE=" + spell? ( !gtk3 ) +" RESTRICT="test" src_prepare() { diff --git a/app-misc/emelfm2/emelfm2-0.9.1-r2.ebuild b/app-misc/emelfm2/emelfm2-0.9.1-r2.ebuild index b4d937e4bc69..1679c68b7eb3 100644 --- a/app-misc/emelfm2/emelfm2-0.9.1-r2.ebuild +++ b/app-misc/emelfm2/emelfm2-0.9.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -33,7 +33,9 @@ DEPEND=" virtual/pkgconfig nls? ( sys-devel/gettext ) " - +REQUIRED_USE=" + spell? ( !gtk3 ) +" RESTRICT="test" src_prepare() { diff --git a/app-misc/emelfm2/emelfm2-0.9.1-r3.ebuild b/app-misc/emelfm2/emelfm2-0.9.1-r3.ebuild index 9e1c2ef44b65..280416063e84 100644 --- a/app-misc/emelfm2/emelfm2-0.9.1-r3.ebuild +++ b/app-misc/emelfm2/emelfm2-0.9.1-r3.ebuild @@ -32,7 +32,9 @@ DEPEND=" virtual/pkgconfig nls? ( sys-devel/gettext ) " - +REQUIRED_USE=" + spell? ( !gtk3 ) +" RESTRICT="test" src_prepare() { -- cgit v1.2.3-65-gdbad