From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48A59138334 for ; Mon, 2 Sep 2019 22:17:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 762F1E0824; Mon, 2 Sep 2019 22:17:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 541ADE0824 for ; Mon, 2 Sep 2019 22:17:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 386BB34AAA2 for ; Mon, 2 Sep 2019 22:17:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85904766 for ; Mon, 2 Sep 2019 22:17:54 +0000 (UTC) From: "Maciej Mrozowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Mrozowski" Message-ID: <1567462657.d4af4c45b4253f085e8c86d22429864a4962df48.reavertm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libaccounts-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libaccounts-glib/libaccounts-glib-1.24-r1.ebuild X-VCS-Directories: net-libs/libaccounts-glib/ X-VCS-Committer: reavertm X-VCS-Committer-Name: Maciej Mrozowski X-VCS-Revision: d4af4c45b4253f085e8c86d22429864a4962df48 X-VCS-Branch: master Date: Mon, 2 Sep 2019 22:17:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2a660182-ff5d-4d60-9b92-758c995e7eb0 X-Archives-Hash: eb6b65722d4931d503a6b3c1ace538ab commit: d4af4c45b4253f085e8c86d22429864a4962df48 Author: Maciej Mrozowski gentoo org> AuthorDate: Mon Sep 2 22:16:18 2019 +0000 Commit: Maciej Mrozowski gentoo 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 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 }