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 1F590138334 for ; Tue, 15 Oct 2019 16:33:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46666E0867; Tue, 15 Oct 2019 16:33:58 +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 290E5E0858 for ; Tue, 15 Oct 2019 16:33:58 +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 1F82734BE38 for ; Tue, 15 Oct 2019 16:33:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAE1C884 for ; Tue, 15 Oct 2019 16:33:54 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1571157194.ed95d034e8eafd44c1383550e449333e2777640d.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/spice-gtk/spice-gtk-0.37-r2.ebuild net-misc/spice-gtk/spice-gtk-9999.ebuild X-VCS-Directories: net-misc/spice-gtk/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: ed95d034e8eafd44c1383550e449333e2777640d X-VCS-Branch: master Date: Tue, 15 Oct 2019 16:33: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: 2927e6c3-abcb-4acb-9d21-739b34172d3d X-Archives-Hash: f59c9f83245db4d59cd1439e02ed7fb9 commit: ed95d034e8eafd44c1383550e449333e2777640d Author: Matthias Maier gentoo org> AuthorDate: Tue Oct 15 16:26:10 2019 +0000 Commit: Matthias Maier gentoo org> CommitDate: Tue Oct 15 16:33:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed95d034 net-misc/spice-gtk: depend on gstreamer[introspection?] Closes: https://bugs.gentoo.org/693370 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthias Maier gentoo.org> net-misc/spice-gtk/spice-gtk-0.37-r2.ebuild | 2 +- net-misc/spice-gtk/spice-gtk-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/spice-gtk/spice-gtk-0.37-r2.ebuild b/net-misc/spice-gtk/spice-gtk-0.37-r2.ebuild index 146bbc7608c..264775d7926 100644 --- a/net-misc/spice-gtk/spice-gtk-0.37-r2.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.37-r2.ebuild @@ -26,7 +26,7 @@ RDEPEND=" dev-libs/json-glib:0= media-libs/gst-plugins-base:1.0 media-libs/gst-plugins-good:1.0 - media-libs/gstreamer:1.0 + media-libs/gstreamer:1.0[introspection?] media-libs/opus sys-libs/zlib virtual/jpeg:0= diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild b/net-misc/spice-gtk/spice-gtk-9999.ebuild index c4e0bd6c740..22c904f6f15 100644 --- a/net-misc/spice-gtk/spice-gtk-9999.ebuild +++ b/net-misc/spice-gtk/spice-gtk-9999.ebuild @@ -27,7 +27,7 @@ RDEPEND=" dev-libs/json-glib:0= media-libs/gst-plugins-base:1.0 media-libs/gst-plugins-good:1.0 - media-libs/gstreamer:1.0 + media-libs/gstreamer:1.0[introspection?] media-libs/opus sys-libs/zlib virtual/jpeg:0=