diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-02-05 14:57:34 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-02-05 15:06:43 +0200 |
commit | dffcbbb2701b189f322a3fd18b3d40d347b53156 (patch) | |
tree | f3acab5b6d11ce29c02e8875935338081540d6be /net-im/corebird | |
parent | mail-client/geary: add missing subslot operator dep on gspell (diff) | |
download | gentoo-dffcbbb2701b189f322a3fd18b3d40d347b53156.tar.gz gentoo-dffcbbb2701b189f322a3fd18b3d40d347b53156.tar.bz2 gentoo-dffcbbb2701b189f322a3fd18b3d40d347b53156.zip |
net-im/corebird: add missing subslot operator dep on gspell
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'net-im/corebird')
-rw-r--r-- | net-im/corebird/corebird-1.7.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/corebird/corebird-1.7.4.ebuild b/net-im/corebird/corebird-1.7.4.ebuild index 70c586a41f6c..42563406a5fe 100644 --- a/net-im/corebird/corebird-1.7.4.ebuild +++ b/net-im/corebird/corebird-1.7.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -26,7 +26,7 @@ RDEPEND="dev-db/sqlite:3 media-plugins/gst-plugins-libav:1.0 media-plugins/gst-plugins-meta:1.0[X] media-plugins/gst-plugins-soup:1.0 ) - spellcheck? ( app-text/gspell[vala] ) + spellcheck? ( app-text/gspell:=[vala] ) net-libs/libsoup x11-libs/gtk+:3" DEPEND="${RDEPEND} |