summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/emelfm2/emelfm2-0.9.1-r1.ebuild6
-rw-r--r--app-misc/emelfm2/emelfm2-0.9.1-r2.ebuild6
-rw-r--r--app-misc/emelfm2/emelfm2-0.9.1-r3.ebuild4
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 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() {