commit:     c828c9200bbf6e9766422aa41129e9178e32173b
Author:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 19 11:19:12 2019 +0000
Commit:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Tue Mar 19 11:20:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c828c920

mail-client/geary: fix Q&A and make dependency on libunwind optional

remove non existing function call,

closes: 680888
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Sobhan Mohammadpour <sobhan <AT> gentoo.org>

 mail-client/geary/{geary-3.32.0.ebuild => geary-3.32.0-r1.ebuild} | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/mail-client/geary/geary-3.32.0.ebuild 
b/mail-client/geary/geary-3.32.0-r1.ebuild
similarity index 96%
rename from mail-client/geary/geary-3.32.0.ebuild
rename to mail-client/geary/geary-3.32.0-r1.ebuild
index 44c256f2c5a..dd806a26e5b 100644
--- a/mail-client/geary/geary-3.32.0.ebuild
+++ b/mail-client/geary/geary-3.32.0-r1.ebuild
@@ -39,7 +39,7 @@ DEPEND="
        app-text/enchant
        >=dev-libs/folks-0.11:0
        dev-libs/json-glib
-       >=sys-libs/libunwind-1.1:7
+       unwind? ( >=sys-libs/libunwind-1.1:7 )
 "
 RDEPEND="${DEPEND}
        gnome-base/dconf
@@ -64,8 +64,6 @@ src_prepare() {
                done
        fi
 
-       meson_src_prepare
-       gnome2_src_prepare
        vala_src_prepare
        xdg_src_prepare
 }

Reply via email to