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 8DA74138334 for ; Sat, 30 Mar 2019 16:30:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67C8DE0825; Sat, 30 Mar 2019 16:30:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3DEEAE0825 for ; Sat, 30 Mar 2019 16:30:23 +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 B3E94335C06 for ; Sat, 30 Mar 2019 16:30:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31755518 for ; Sat, 30 Mar 2019 16:30:20 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1553963361.bef6e190cd44fcf59e30720d54781301890f643a.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gnome-builder/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gnome-builder/gnome-builder-3.24.2-r1.ebuild X-VCS-Directories: dev-util/gnome-builder/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: bef6e190cd44fcf59e30720d54781301890f643a X-VCS-Branch: master Date: Sat, 30 Mar 2019 16:30:20 +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: f93d6330-2ba2-42b5-9460-d7c82d16109d X-Archives-Hash: e522fbecda2ddfa1d9334a4a27001e6a commit: bef6e190cd44fcf59e30720d54781301890f643a Author: Mart Raudsepp gentoo org> AuthorDate: Sat Mar 30 16:26:35 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 30 16:29:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef6e190 dev-util/gnome-builder-3.24: json-glib[introspection] is required for build In 3.24 jsonrpc-glib is not a split out separate package, thus the global introspection enabling on gnome-builder affects it as well (not optional). jsonrpc-glib GIR requires json-glib GIR, thus add the missing introspection USE dep on json-glib to ensure successful builds. This is not a problem 3.26 and onwards, as jsonrpc-glib introspection support is controlled by USE flag and there are proper conditional USE deps in place in the external package on json-glib already there. Fixes: https://bugs.gentoo.org/682060 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> dev-util/gnome-builder/gnome-builder-3.24.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/gnome-builder/gnome-builder-3.24.2-r1.ebuild b/dev-util/gnome-builder/gnome-builder-3.24.2-r1.ebuild index 296e94b8767..b73fb3fee89 100644 --- a/dev-util/gnome-builder/gnome-builder-3.24.2-r1.ebuild +++ b/dev-util/gnome-builder/gnome-builder-3.24.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -41,7 +41,7 @@ RDEPEND=" >=dev-libs/libxml2-2.9.0 >=x11-libs/pango-1.38.0 >=dev-libs/libpeas-1.18.0[python,${PYTHON_USEDEP}] - >=dev-libs/json-glib-1.2.0 + >=dev-libs/json-glib-1.2.0[introspection] >=app-text/gspell-1.2.0 >=app-text/enchant-1.6.0 webkit? ( >=net-libs/webkit-gtk-2.12.0:4=[introspection] )