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 A0679138334 for ; Fri, 9 Nov 2018 12:42:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60285E0D48; Fri, 9 Nov 2018 12:42:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 336B2E0D48 for ; Fri, 9 Nov 2018 12:42:14 +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 1DA0B335C8C for ; Fri, 9 Nov 2018 12:42:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AC2F3CF for ; Fri, 9 Nov 2018 12:42:10 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1541767323.70445a430ee1a9e18ec48faed5916df4c1eafb39.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxmlb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libxmlb/libxmlb-0.1.4.ebuild X-VCS-Directories: dev-libs/libxmlb/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 70445a430ee1a9e18ec48faed5916df4c1eafb39 X-VCS-Branch: master Date: Fri, 9 Nov 2018 12:42:10 +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-Archives-Salt: 1ebfb286-dfaf-4b4c-ab29-f8eb10110b2a X-Archives-Hash: be22eee0e9a0e04dad3fee9f7baaeff1 commit: 70445a430ee1a9e18ec48faed5916df4c1eafb39 Author: Lars Wendler gentoo org> AuthorDate: Fri Nov 9 12:42:03 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Nov 9 12:42:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70445a43 dev-libs/libxmlb: Added dev-util/ninja and dev-util/meson to BDEPEND. Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> dev-libs/libxmlb/libxmlb-0.1.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/libxmlb/libxmlb-0.1.4.ebuild b/dev-libs/libxmlb/libxmlb-0.1.4.ebuild index 0a8c30cb09e..5567d3bd9d5 100644 --- a/dev-libs/libxmlb/libxmlb-0.1.4.ebuild +++ b/dev-libs/libxmlb/libxmlb-0.1.4.ebuild @@ -23,12 +23,13 @@ RDEPEND=" DEPEND=" ${RDEPEND} - >=dev-util/meson-0.47.0 doc? ( dev-util/gtk-doc ) introspection? ( dev-libs/gobject-introspection ) " BDEPEND=" + >=dev-util/meson-0.47.0 + dev-util/ninja virtual/pkgconfig "