diff options
author | 2017-07-24 21:40:29 +0200 | |
---|---|---|
committer | 2017-07-30 13:08:43 +0200 | |
commit | 0e54a1a7b1e6139c121c588a9a111f2b0c75a3c8 (patch) | |
tree | b53c9fd366a7c1adea10b5185ea7ef41572182da /net-im | |
parent | dev-util/astyle: stable 3.0.1 for ppc/ppc64, bug #626230 (diff) | |
download | gentoo-0e54a1a7b1e6139c121c588a9a111f2b0c75a3c8.tar.gz gentoo-0e54a1a7b1e6139c121c588a9a111f2b0c75a3c8.tar.bz2 gentoo-0e54a1a7b1e6139c121c588a9a111f2b0c75a3c8.zip |
net-im/corebird: Fix building with spellcheck, #621770
Closes: https://github.com/gentoo/gentoo/pull/5204
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/corebird/corebird-1.5-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/corebird/corebird-1.5-r2.ebuild b/net-im/corebird/corebird-1.5-r2.ebuild index 453848c8adca..2b05bc95eefc 100644 --- a/net-im/corebird/corebird-1.5-r2.ebuild +++ b/net-im/corebird/corebird-1.5-r2.ebuild @@ -26,7 +26,7 @@ RDEPEND="dev-db/sqlite:3 media-plugins/gst-plugins-libav:1.0 media-plugins/gst-plugins-soup:1.0 media-plugins/gst-plugins-hls:1.0 ) - spellcheck? ( >=app-text/gspell-1.0 ) + spellcheck? ( >=app-text/gspell-1.0[vala] ) >=net-libs/libsoup-2.42.3.1 >=net-libs/rest-0.7.91:0.7 >=x11-libs/gtk+-3.18:3" |