Gentoo Archives: gentoo-commits

From: Maciej Mrozowski <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libaccounts-glib/
Date: Mon, 02 Sep 2019 22:17:59
Message-Id: 1567462657.d4af4c45b4253f085e8c86d22429864a4962df48.reavertm@gentoo
1 commit: d4af4c45b4253f085e8c86d22429864a4962df48
2 Author: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 2 22:16:18 2019 +0000
4 Commit: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 2 22:17:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4af4c45
7
8 net-libs/libaccounts-glib: add missing vala build dependency, bug 693372
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Maciej Mrozowski <reavertm <AT> gentoo.org>
12
13 net-libs/libaccounts-glib/libaccounts-glib-1.24-r1.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.24-r1.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.24-r1.ebuild
17 index 9a1ba05c90f..c7d039a2bf1 100644
18 --- a/net-libs/libaccounts-glib/libaccounts-glib-1.24-r1.ebuild
19 +++ b/net-libs/libaccounts-glib/libaccounts-glib-1.24-r1.ebuild
20 @@ -27,6 +27,7 @@ RDEPEND="
21 "
22 DEPEND="${RDEPEND}"
23 BDEPEND="
24 + $(vala_depend)
25 dev-util/gdbus-codegen
26 dev-util/glib-utils
27 dev-libs/check
28 @@ -39,7 +40,7 @@ RESTRICT="test"
29 src_prepare() {
30 default
31
32 - vala_src_prepare
33 + vala_src_prepare --ignore-use
34
35 use doc || sed -e "/^subdir('docs')$/d" -i meson.build || die
36 }