diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2019-09-03 00:16:18 +0200 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2019-09-03 00:17:37 +0200 |
commit | d4af4c45b4253f085e8c86d22429864a4962df48 (patch) | |
tree | 77c69899111d8739c6875d0f863bd002c4c6f7c2 /net-libs/libaccounts-glib | |
parent | media-fonts/ipamonafont: update HOMEPAGE and SRC_URI (diff) | |
download | gentoo-d4af4c45b4253f085e8c86d22429864a4962df48.tar.gz gentoo-d4af4c45b4253f085e8c86d22429864a4962df48.tar.bz2 gentoo-d4af4c45b4253f085e8c86d22429864a4962df48.zip |
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@gentoo.org>
Diffstat (limited to 'net-libs/libaccounts-glib')
-rw-r--r-- | net-libs/libaccounts-glib/libaccounts-glib-1.24-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 9a1ba05c90f5..c7d039a2bf1f 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 } |