diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-07-28 15:46:42 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-07-28 15:49:18 +0200 |
commit | 259a7049f199741c6f64187e30b3b579dcbcd3f1 (patch) | |
tree | 09783dbd1ff17bd1b182b08f7665593f281dd75b /app-misc/emelfm2 | |
parent | dev-perl/Devel-CallChecker: Remove bad pod tests (diff) | |
download | gentoo-259a7049f199741c6f64187e30b3b579dcbcd3f1.tar.gz gentoo-259a7049f199741c6f64187e30b3b579dcbcd3f1.tar.bz2 gentoo-259a7049f199741c6f64187e30b3b579dcbcd3f1.zip |
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@gentoo.org>
Diffstat (limited to 'app-misc/emelfm2')
-rw-r--r-- | app-misc/emelfm2/emelfm2-0.9.1-r1.ebuild | 6 | ||||
-rw-r--r-- | app-misc/emelfm2/emelfm2-0.9.1-r2.ebuild | 6 | ||||
-rw-r--r-- | 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 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() { |