diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-03-09 15:30:52 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-03-09 15:31:39 +0100 |
commit | 30f0f43174dc9d18c2f2fa9e345fd0a94707ad5b (patch) | |
tree | ec42555f65dc9491b561f712e42acfdefb25dac2 /mail-client/claws-mail/claws-mail-9999.ebuild | |
parent | sys-kernel/genkernel: drop old (diff) | |
download | gentoo-30f0f43174dc9d18c2f2fa9e345fd0a94707ad5b.tar.gz gentoo-30f0f43174dc9d18c2f2fa9e345fd0a94707ad5b.tar.bz2 gentoo-30f0f43174dc9d18c2f2fa9e345fd0a94707ad5b.zip |
mail-client/claws-mail: Revbump to depend on app-text/enchant:2
Bug: 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/claws-mail/claws-mail-9999.ebuild')
-rw-r--r-- | mail-client/claws-mail/claws-mail-9999.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail-client/claws-mail/claws-mail-9999.ebuild b/mail-client/claws-mail/claws-mail-9999.ebuild index f54e1858e57b..935280af79fa 100644 --- a/mail-client/claws-mail/claws-mail-9999.ebuild +++ b/mail-client/claws-mail/claws-mail-9999.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:0= ) + spell? ( >=app-text/enchant-2.0.0:2= ) startup-notification? ( x11-libs/startup-notification ) svg? ( >=gnome-base/librsvg-2.40.5 ) valgrind? ( dev-util/valgrind ) @@ -109,6 +109,10 @@ RDEPEND="${COMMONDEPEND} ) " +PATCHES=( + "${FILESDIR}/${PN}-3.17.5-enchant-2_default.patch" +) + pkg_setup() { use python && python-single-r1_pkg_setup } |