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 66B83138335 for ; Sat, 19 Oct 2019 11:25:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BC85E0996; 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 3D459E0996 for ; Sat, 19 Oct 2019 11:25:37 +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 3EEAC34C053 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 E705F882 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: <1571484264.735cc806ecab00c9db088803c8ca6198f543260d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-resindvd/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.14.5.ebuild X-VCS-Directories: media-plugins/gst-plugins-resindvd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 735cc806ecab00c9db088803c8ca6198f543260d 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: 9dd5a795-4ba6-4936-abcd-abd03986c092 X-Archives-Hash: 21c557c06cc717a22331ec1369af8297 commit: 735cc806ecab00c9db088803c8ca6198f543260d Author: Michał Górny gentoo org> AuthorDate: Sat Oct 19 11:24:24 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 19 11:24:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735cc806 media-plugins/gst-plugins-resindvd: Add := op on media-libs/libdvd* Signed-off-by: Michał Górny gentoo.org> media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.14.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.14.5.ebuild b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.14.5.ebuild index 78843fa3766..5f82c4c38c3 100644 --- a/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.14.5.ebuild +++ b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.14.5.ebuild @@ -11,7 +11,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=" - >=media-libs/libdvdnav-4.2.0-r1[${MULTILIB_USEDEP}] - >=media-libs/libdvdread-4.2.0-r1[${MULTILIB_USEDEP}] + >=media-libs/libdvdnav-4.2.0-r1:=[${MULTILIB_USEDEP}] + >=media-libs/libdvdread-4.2.0-r1:=[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND}"