diff options
author | Sobhan Mohammadpour <sobhan@gentoo.org> | 2019-03-19 07:19:12 -0400 |
---|---|---|
committer | Sobhan Mohammadpour <sobhan@gentoo.org> | 2019-03-19 07:20:54 -0400 |
commit | c828c9200bbf6e9766422aa41129e9178e32173b (patch) | |
tree | 1f3cb7d67d3dc72ff16f0b598b24b9c385ba87c9 /mail-client/geary | |
parent | profiles: arm64: Mask kde-apps/kdepim-meta[spamassassin] (diff) | |
download | gentoo-c828c9200bbf6e9766422aa41129e9178e32173b.tar.gz gentoo-c828c9200bbf6e9766422aa41129e9178e32173b.tar.bz2 gentoo-c828c9200bbf6e9766422aa41129e9178e32173b.zip |
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@gentoo.org>
Diffstat (limited to 'mail-client/geary')
-rw-r--r-- | mail-client/geary/geary-3.32.0-r1.ebuild (renamed from mail-client/geary/geary-3.32.0.ebuild) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail-client/geary/geary-3.32.0.ebuild b/mail-client/geary/geary-3.32.0-r1.ebuild index 44c256f2c5a5..dd806a26e5b3 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 } |