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 4E9C6138334 for ; Sun, 7 Jul 2019 19:20:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 924DBE081A; Sun, 7 Jul 2019 19:20:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7BFAEE081A for ; Sun, 7 Jul 2019 19:20:19 +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 AB06A347318 for ; Sun, 7 Jul 2019 19:20:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2815B326 for ; Sun, 7 Jul 2019 19:20:02 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1562527189.86c103015e69661a262e55beee64a3ff0108c09a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/xdg-desktop-portal/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.4.2.ebuild X-VCS-Directories: sys-apps/xdg-desktop-portal/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 86c103015e69661a262e55beee64a3ff0108c09a X-VCS-Branch: master Date: Sun, 7 Jul 2019 19:20:02 +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: 6fffdeff-e3c6-411e-b687-9ae3009dd525 X-Archives-Hash: 6d21614ed241555ba7e16c515688f30f commit: 86c103015e69661a262e55beee64a3ff0108c09a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 7 19:13:30 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 7 19:19:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c10301 sys-apps/xdg-desktop-portal: Add missing dev-libs/json-glib DEPEND Closes: https://bugs.gentoo.org/689424 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.4.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.4.2.ebuild b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.4.2.ebuild index 525888c0979..e8fef550165 100644 --- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.4.2.ebuild +++ b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.4.2.ebuild @@ -25,6 +25,7 @@ BDEPEND=" " DEPEND=" dev-libs/glib:2[dbus] + dev-libs/json-glib sys-fs/fuse:0 geolocation? ( >=app-misc/geoclue-2.5.3:2.0 ) screencast? ( media-video/pipewire )