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 36E18138334 for ; Sat, 14 Sep 2019 07:33:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B859E08D3; Sat, 14 Sep 2019 07:33:01 +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 270A2E08D3 for ; Sat, 14 Sep 2019 07:33:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D29DF34B164 for ; Sat, 14 Sep 2019 07:32:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F18D720 for ; Sat, 14 Sep 2019 07:32:57 +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: <1568446366.e95d6cb0e225f91519d6d0bfa86855c1208cd1fe.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-r1.ebuild 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: e95d6cb0e225f91519d6d0bfa86855c1208cd1fe X-VCS-Branch: master Date: Sat, 14 Sep 2019 07:32:57 +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: b08d6324-39d9-4819-8177-1bd9f7d4e7a1 X-Archives-Hash: 9e195b64a8245667a1c217dc11f3e11e commit: e95d6cb0e225f91519d6d0bfa86855c1208cd1fe Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 14 07:32:26 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 14 07:32:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e95d6cb0 sys-apps/xdg-desktop-portal: Fix DEPENDs Thanks-to: Arfrever Frehtes Taifersar Arahesis gmail.com> Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> ...g-desktop-portal-1.4.2.ebuild => xdg-desktop-portal-1.4.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-r1.ebuild similarity index 100% rename from sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.4.2.ebuild rename to sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.4.2-r1.ebuild index 532822ddf63..891daf2c8d3 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-r1.ebuild @@ -16,7 +16,6 @@ IUSE="doc geolocation screencast" BDEPEND=" dev-util/gdbus-codegen - media-libs/fontconfig sys-devel/gettext virtual/pkgconfig doc? ( @@ -27,6 +26,7 @@ BDEPEND=" DEPEND=" dev-libs/glib:2[dbus] dev-libs/json-glib + media-libs/fontconfig sys-fs/fuse:0 geolocation? ( >=app-misc/geoclue-2.5.3:2.0 ) screencast? ( media-video/pipewire:= )