net-news/liferea: fixed typo in src_configure
authorYuri Konotopov <ykonotopov@gnome.org>
Thu, 22 Dec 2016 17:23:07 +0000 (21:23 +0400)
committerGöktürk Yüksek <gokturk@gentoo.org>
Thu, 22 Dec 2016 19:30:27 +0000 (14:30 -0500)
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=603466

net-news/liferea/liferea-1.10.19-r1.ebuild [moved from net-news/liferea/liferea-1.10.19.ebuild with 95% similarity]

similarity index 95%
rename from net-news/liferea/liferea-1.10.19.ebuild
rename to net-news/liferea/liferea-1.10.19-r1.ebuild
index 20b5faf93db4b60f7d5111d94e4c546299c3f834..932645d0e53a39c32e844c0cffa1aab7311780f4 100644 (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)
 }