net-news/liferea: fixed typo in src_configure

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=603466
This commit is contained in:
Yuri Konotopov
2016-12-22 21:23:07 +04:00
committed by Göktürk Yüksek
parent 45b609b750
commit a29f0ad957

View File

@@ -50,8 +50,8 @@ src_prepare() {
src_configure() {
gnome2_src_configure \
--disable-schemas-compile
$(use_enable ayatana libindicate)
--disable-schemas-compile \
$(use_enable ayatana libindicate) \
$(use_enable libnotify)
}