diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-03-09 14:05:42 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-03-09 14:05:59 +0100 |
commit | 49e214b3a8a12d95af10950480a4ce94433318a1 (patch) | |
tree | 01755e4cc5d7dcf90f69772a08ee198d930ce644 /mail-client | |
parent | media-libs/opencv: Use only GTK3 (diff) | |
download | gentoo-49e214b3a8a12d95af10950480a4ce94433318a1.tar.gz gentoo-49e214b3a8a12d95af10950480a4ce94433318a1.tar.bz2 gentoo-49e214b3a8a12d95af10950480a4ce94433318a1.zip |
mail-client/claws-mail: Depend on app-text/enchant:0 for now
Closes: https://bugs.gentoo.org/708928
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'mail-client')
4 files changed, 6 insertions, 6 deletions
diff --git a/mail-client/claws-mail/claws-mail-3.17.3-r1.ebuild b/mail-client/claws-mail/claws-mail-3.17.3-r1.ebuild index 81646d823b1f..624d90174a9f 100644 --- a/mail-client/claws-mail/claws-mail-3.17.3-r1.ebuild +++ b/mail-client/claws-mail/claws-mail-3.17.3-r1.ebuild @@ -72,7 +72,7 @@ COMMONDEPEND=" ) smime? ( >=app-crypt/gpgme-1.0.0 ) spam-report? ( >=net-misc/curl-7.9.7 ) - spell? ( >=app-text/enchant-1.0.0:= ) + spell? ( >=app-text/enchant-1.0.0:0= ) startup-notification? ( x11-libs/startup-notification ) svg? ( >=gnome-base/librsvg-2.40.5 ) valgrind? ( dev-util/valgrind ) diff --git a/mail-client/claws-mail/claws-mail-3.17.4.ebuild b/mail-client/claws-mail/claws-mail-3.17.4.ebuild index 0655468d001e..7605fda66b2b 100644 --- a/mail-client/claws-mail/claws-mail-3.17.4.ebuild +++ b/mail-client/claws-mail/claws-mail-3.17.4.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=7 @@ -79,7 +79,7 @@ COMMONDEPEND=" ) smime? ( >=app-crypt/gpgme-1.0.0 ) spam-report? ( >=net-misc/curl-7.9.7 ) - spell? ( >=app-text/enchant-1.0.0:= ) + spell? ( >=app-text/enchant-1.0.0:0= ) startup-notification? ( x11-libs/startup-notification ) svg? ( >=gnome-base/librsvg-2.40.5 ) valgrind? ( dev-util/valgrind ) diff --git a/mail-client/claws-mail/claws-mail-3.17.5.ebuild b/mail-client/claws-mail/claws-mail-3.17.5.ebuild index 7e410960f2d3..ca84bca51731 100644 --- a/mail-client/claws-mail/claws-mail-3.17.5.ebuild +++ b/mail-client/claws-mail/claws-mail-3.17.5.ebuild @@ -79,7 +79,7 @@ COMMONDEPEND=" ) smime? ( >=app-crypt/gpgme-1.0.0 ) spam-report? ( >=net-misc/curl-7.9.7 ) - spell? ( >=app-text/enchant-1.0.0:= ) + spell? ( >=app-text/enchant-1.0.0:0= ) startup-notification? ( x11-libs/startup-notification ) svg? ( >=gnome-base/librsvg-2.40.5 ) valgrind? ( dev-util/valgrind ) diff --git a/mail-client/claws-mail/claws-mail-9999.ebuild b/mail-client/claws-mail/claws-mail-9999.ebuild index 6be995b177e1..f54e1858e57b 100644 --- a/mail-client/claws-mail/claws-mail-9999.ebuild +++ b/mail-client/claws-mail/claws-mail-9999.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=7 @@ -79,7 +79,7 @@ COMMONDEPEND=" ) smime? ( >=app-crypt/gpgme-1.0.0 ) spam-report? ( >=net-misc/curl-7.9.7 ) - spell? ( >=app-text/enchant-1.0.0:= ) + spell? ( >=app-text/enchant-1.0.0:0= ) startup-notification? ( x11-libs/startup-notification ) svg? ( >=gnome-base/librsvg-2.40.5 ) valgrind? ( dev-util/valgrind ) |