commit: 259a7049f199741c6f64187e30b3b579dcbcd3f1
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 28 13:46:42 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Jul 28 13:49:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=259a7049
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 <jer <AT> gentoo.org>
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(-)
diff --git a/app-misc/emelfm2/emelfm2-0.9.1-r1.ebuild
b/app-misc/emelfm2/emelfm2-0.9.1-r1.ebuild
index fdc2b9bb342..bfc29fa412a 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 b4d937e4bc6..1679c68b7eb 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 9e1c2ef44b6..280416063e8 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() {