commit:     a29f0ad957d47b898c28cfa46d88cd73cc6e60d3
Author:     Yuri Konotopov <ykonotopov <AT> gnome <DOT> org>
AuthorDate: Thu Dec 22 17:23:07 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 19:30:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a29f0ad9

net-news/liferea: fixed typo in src_configure

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=603466

 .../liferea/{liferea-1.10.19.ebuild => liferea-1.10.19-r1.ebuild}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-news/liferea/liferea-1.10.19.ebuild 
b/net-news/liferea/liferea-1.10.19-r1.ebuild
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 20b5faf..932645d 100644
--- a/net-news/liferea/liferea-1.10.19.ebuild
+++ b/net-news/liferea/liferea-1.10.19-r1.ebuild
@@ -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)
 }
 

Reply via email to