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 0D12F13835B for ; Tue, 29 Dec 2020 21:15:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BC332BC0B2; Tue, 29 Dec 2020 21:15:50 +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 1F74D2BC0B2 for ; Tue, 29 Dec 2020 21:15:50 +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 13AC3341787 for ; Tue, 29 Dec 2020 21:15:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59D2B486 for ; Tue, 29 Dec 2020 21:15:46 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609276462.443b13db75f874b24dbe1648bd2377394b2532a5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/dvdbackup/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/dvdbackup/dvdbackup-0.4.2-r1.ebuild media-video/dvdbackup/dvdbackup-0.4.2.ebuild X-VCS-Directories: media-video/dvdbackup/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 443b13db75f874b24dbe1648bd2377394b2532a5 X-VCS-Branch: master Date: Tue, 29 Dec 2020 21:15:46 +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: af3ec0dd-c1a3-4355-b5ea-06928711c44d X-Archives-Hash: ae370b91eda831aded90901bba257196 commit: 443b13db75f874b24dbe1648bd2377394b2532a5 Author: Daniel M. Weeks danweeks net> AuthorDate: Sat Dec 19 19:32:29 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 29 21:14:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443b13db media-video/dvdbackup: libdvdread subslot dep Bug: https://bugs.gentoo.org/760768 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Daniel M. Weeks danweeks.net> Closes: https://github.com/gentoo/gentoo/pull/18727 Signed-off-by: Sam James gentoo.org> .../dvdbackup/{dvdbackup-0.4.2.ebuild => dvdbackup-0.4.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/dvdbackup/dvdbackup-0.4.2.ebuild b/media-video/dvdbackup/dvdbackup-0.4.2-r1.ebuild similarity index 92% rename from media-video/dvdbackup/dvdbackup-0.4.2.ebuild rename to media-video/dvdbackup/dvdbackup-0.4.2-r1.ebuild index de49049c825..d515df7b66d 100644 --- a/media-video/dvdbackup/dvdbackup-0.4.2.ebuild +++ b/media-video/dvdbackup/dvdbackup-0.4.2-r1.ebuild @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="nls" -RDEPEND=">=media-libs/libdvdread-4.2.0_pre +RDEPEND=">=media-libs/libdvdread-4.2.0_pre:= nls? ( virtual/libintl )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )"