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 ED8A71382C5 for ; Fri, 18 Dec 2020 09:00:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0AAFE09DB; Fri, 18 Dec 2020 09:00:47 +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 889C0E09D8 for ; Fri, 18 Dec 2020 09:00:47 +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 E3998340E88 for ; Fri, 18 Dec 2020 09:00:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46E84473 for ; Fri, 18 Dec 2020 09:00:42 +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: <1608282030.29de5c8721eb05088adc25218434a00d5435d247.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/streamdvd/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/streamdvd/streamdvd-0.4-r2.ebuild X-VCS-Directories: media-video/streamdvd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 29de5c8721eb05088adc25218434a00d5435d247 X-VCS-Branch: master Date: Fri, 18 Dec 2020 09:00:42 +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: 18369f5b-8b3a-42b9-bb9b-6b3a5c5d21fb X-Archives-Hash: 779be690cb1562b05b2ffc05aa9e47fe commit: 29de5c8721eb05088adc25218434a00d5435d247 Author: Michał Górny gentoo org> AuthorDate: Fri Dec 18 08:57:34 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 18 09:00:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29de5c87 media-video/streamdvd: Inline virtual/cdrtools Signed-off-by: Michał Górny gentoo.org> media-video/streamdvd/streamdvd-0.4-r2.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media-video/streamdvd/streamdvd-0.4-r2.ebuild b/media-video/streamdvd/streamdvd-0.4-r2.ebuild index 9c889d779a0..c235978a8e2 100644 --- a/media-video/streamdvd/streamdvd-0.4-r2.ebuild +++ b/media-video/streamdvd/streamdvd-0.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,11 +15,12 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="X" -DEPEND="media-libs/libdvdread +DEPEND=" + app-cdr/cdrtools + media-libs/libdvdread media-video/lsdvd X? ( dev-perl/Tk dev-perl/Tk-JPEG-Lite - virtual/cdrtools >=media-video/dvdauthor-0.6.5 >=app-cdr/dvd+rw-tools-5.13.4.7.4 )"