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 5BF30138334 for ; Sat, 19 Oct 2019 11:25:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DC2AE0998; Sat, 19 Oct 2019 11:25:37 +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 83A53E0998 for ; Sat, 19 Oct 2019 11:25:37 +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 501B634C054 for ; Sat, 19 Oct 2019 11:25:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D315D83E for ; Sat, 19 Oct 2019 11:25:34 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1571484247.b0450647811724556f5e28226a9c07d622fcb397.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-dvdread/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.14.3.ebuild X-VCS-Directories: media-plugins/gst-plugins-dvdread/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b0450647811724556f5e28226a9c07d622fcb397 X-VCS-Branch: master Date: Sat, 19 Oct 2019 11:25:34 +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: 1e5c9ccf-e80b-4bc6-9be1-462222217149 X-Archives-Hash: 240b0ad80baac74880559b355a9208bd commit: b0450647811724556f5e28226a9c07d622fcb397 Author: Michał Górny gentoo org> AuthorDate: Sat Oct 19 11:24:07 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 19 11:24:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0450647 media-plugins/gst-plugins-dvdread: Add := op on media-libs/libdvdread Signed-off-by: Michał Górny gentoo.org> media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.14.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.14.3.ebuild b/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.14.3.ebuild index 0a87574bd39..8bdb5a8e9f9 100644 --- a/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.14.3.ebuild +++ b/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.14.3.ebuild @@ -10,5 +10,5 @@ DESCRIPTION="DVD read plugin for GStreamer" KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86" IUSE="" -RDEPEND=">=media-libs/libdvdread-4.2.0-r1[${MULTILIB_USEDEP}]" +RDEPEND=">=media-libs/libdvdread-4.2.0-r1:=[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}"