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 3C6BD138359 for ; Fri, 18 Sep 2020 20:44:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E9A9E087E; Fri, 18 Sep 2020 20:44:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 247C0E087E for ; Fri, 18 Sep 2020 20:44:19 +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 0068634106D for ; Fri, 18 Sep 2020 20:44:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A4D6342 for ; Fri, 18 Sep 2020 20:44:16 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1600461821.2be25088bc6821daeb1d01aab76494a29fd6d0e3.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/vice/vice-3.4_p38553.ebuild X-VCS-Directories: app-emulation/vice/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 2be25088bc6821daeb1d01aab76494a29fd6d0e3 X-VCS-Branch: master Date: Fri, 18 Sep 2020 20:44:16 +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: 2a953542-1cdd-471d-af18-f9d97158e24d X-Archives-Hash: ab48fb8b0e8a6173146cc605c3e772db commit: 2be25088bc6821daeb1d01aab76494a29fd6d0e3 Author: James Le Cuirot gentoo org> AuthorDate: Fri Sep 18 20:43:23 2020 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri Sep 18 20:43:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be25088 app-emulation/vice: Add missing dos2unix dependency Closes: https://bugs.gentoo.org/743178 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: James Le Cuirot gentoo.org> app-emulation/vice/vice-3.4_p38553.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-emulation/vice/vice-3.4_p38553.ebuild b/app-emulation/vice/vice-3.4_p38553.ebuild index 825c3d61a1c..0c04ce33e08 100644 --- a/app-emulation/vice/vice-3.4_p38553.ebuild +++ b/app-emulation/vice/vice-3.4_p38553.ebuild @@ -63,6 +63,7 @@ DEPEND=" BDEPEND=" app-arch/unzip + app-text/dos2unix dev-embedded/xa dev-lang/perl sys-apps/texinfo