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 F2142138334 for ; Sun, 15 Dec 2019 20:25:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81E7AE0876; Sun, 15 Dec 2019 20:25:13 +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 6637AE0876 for ; Sun, 15 Dec 2019 20:25:13 +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 9064334D8CA for ; Sun, 15 Dec 2019 20:25:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BFC092F for ; Sun, 15 Dec 2019 20:25:11 +0000 (UTC) From: "Joerg Bornkessel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joerg Bornkessel" Message-ID: <1576441499.6237b3daf56b582aa08fe046030c9e7334a8f99c.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-extb/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild X-VCS-Directories: media-plugins/vdr-extb/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Joerg Bornkessel X-VCS-Revision: 6237b3daf56b582aa08fe046030c9e7334a8f99c X-VCS-Branch: master Date: Sun, 15 Dec 2019 20:25:11 +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: 181f35ff-fed3-462a-b552-32572817679f X-Archives-Hash: c025ce11e313f7fc114281ed4ad5d4ea commit: 6237b3daf56b582aa08fe046030c9e7334a8f99c Author: Joerg Bornkessel gentoo org> AuthorDate: Sun Dec 15 20:23:29 2019 +0000 Commit: Joerg Bornkessel gentoo org> CommitDate: Sun Dec 15 20:24:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6237b3da media-plugins/vdr-extb: QA missing BDEPENDs fixed Package-Manager: Portage-2.3.81, Repoman-2.3.18 Signed-off-by: Joerg Bornkessel gentoo.org> media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild b/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild index ad6f148be98..b3996bbe5dc 100644 --- a/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild +++ b/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild @@ -19,6 +19,7 @@ IUSE="" DEPEND="app-misc/lirc media-video/vdr" RDEPEND="${DEPEND}" +BDEPEND="app-arch/unzip" src_prepare() { vdr-plugin-2_src_prepare @@ -40,7 +41,6 @@ src_install() { vdr-plugin-2_src_install dodoc README.de "${WORKDIR}/lircd.conf.extb_FW1.08" - docinto wakeup dodoc "${S}/wakeup/README.de" dobin "${WORKDIR}/extb/src/LinPIC/picdl"