commit: d4af4c45b4253f085e8c86d22429864a4962df48
Author: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 2 22:16:18 2019 +0000
Commit: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 2 22:17:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4af4c45
net-libs/libaccounts-glib: add missing vala build dependency, bug 693372
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Maciej Mrozowski <reavertm <AT> gentoo.org>
net-libs/libaccounts-glib/libaccounts-glib-1.24-r1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.24-r1.ebuild
b/net-libs/libaccounts-glib/libaccounts-glib-1.24-r1.ebuild
index 9a1ba05c90f..c7d039a2bf1 100644
--- a/net-libs/libaccounts-glib/libaccounts-glib-1.24-r1.ebuild
+++ b/net-libs/libaccounts-glib/libaccounts-glib-1.24-r1.ebuild
@@ -27,6 +27,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
BDEPEND="
+ $(vala_depend)
dev-util/gdbus-codegen
dev-util/glib-utils
dev-libs/check
@@ -39,7 +40,7 @@ RESTRICT="test"
src_prepare() {
default
- vala_src_prepare
+ vala_src_prepare --ignore-use
use doc || sed -e "/^subdir('docs')$/d" -i meson.build || die
}