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 5F960139694 for ; Sat, 13 May 2017 22:55:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4232FE0C01; Sat, 13 May 2017 22:55:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16310E0BD8 for ; Sat, 13 May 2017 22:55:51 +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 D928933FE74 for ; Sat, 13 May 2017 22:55:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FC7D303 for ; Sat, 13 May 2017 22:55:48 +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: <1494716096.7fe764746705af3a00f4ba0ee5a2b59b52bf1509.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/spice/spice-0.13.3-r1.ebuild X-VCS-Directories: app-emulation/spice/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 7fe764746705af3a00f4ba0ee5a2b59b52bf1509 X-VCS-Branch: master Date: Sat, 13 May 2017 22:55:48 +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: 7109d234-0d8a-46a1-937e-b6080d961d39 X-Archives-Hash: 0ff85e9eff15f072b950e191474c97b3 commit: 7fe764746705af3a00f4ba0ee5a2b59b52bf1509 Author: Matthias Maier gentoo org> AuthorDate: Sat May 13 22:48:12 2017 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sat May 13 22:54:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fe76474 app-emulation/spice: fix dep on media-libs/gst-plugins-base, bug #618272 Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-emulation/spice/spice-0.13.3-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-emulation/spice/spice-0.13.3-r1.ebuild b/app-emulation/spice/spice-0.13.3-r1.ebuild index 9df81a0b1c5..f628d32d39b 100644 --- a/app-emulation/spice/spice-0.13.3-r1.ebuild +++ b/app-emulation/spice/spice-0.13.3-r1.ebuild @@ -28,7 +28,10 @@ RDEPEND=" lz4? ( app-arch/lz4:0=[static-libs(+)?] ) smartcard? ( >=app-emulation/libcacard-0.1.2 ) sasl? ( dev-libs/cyrus-sasl[static-libs(+)?] ) - gstreamer? ( media-libs/gstreamer:1.0 ) + gstreamer? ( + media-libs/gstreamer:1.0 + media-libs/gst-plugins-base:1.0 + ) " DEPEND="${RDEPEND} ${PYTHON_DEPS}