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 C39731382C5 for ; Sat, 2 Jan 2021 14:04:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42FD2E082F; Sat, 2 Jan 2021 14:04:00 +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 2BCFBE082F for ; Sat, 2 Jan 2021 14:04:00 +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 174FD340AB3 for ; Sat, 2 Jan 2021 14:03:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 965D1CC for ; Sat, 2 Jan 2021 14:03:57 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1609596222.cc7a1a98f0411f2a3143604a6fe9fcf34ef2e995.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-editors/zile/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: app-editors/zile/zile-2.6.0.93.ebuild X-VCS-Directories: app-editors/zile/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: cc7a1a98f0411f2a3143604a6fe9fcf34ef2e995 X-VCS-Branch: master Date: Sat, 2 Jan 2021 14:03:57 +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: 3f7e1db3-62e1-4e32-a155-a770b99932f7 X-Archives-Hash: 1a2bfa476e6f5da0d88a46cb5ac6ad9d commit: cc7a1a98f0411f2a3143604a6fe9fcf34ef2e995 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jan 2 14:03:42 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jan 2 14:03:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=cc7a1a98 app-editors/zile: Add missing build dependency on sys-apps/help2man Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Ulrich Müller gentoo.org> app-editors/zile/zile-2.6.0.93.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-editors/zile/zile-2.6.0.93.ebuild b/app-editors/zile/zile-2.6.0.93.ebuild index 150d91c..ae7712c 100644 --- a/app-editors/zile/zile-2.6.0.93.ebuild +++ b/app-editors/zile/zile-2.6.0.93.ebuild @@ -23,6 +23,7 @@ DEPEND="${RDEPEND}" # vala-build? ( $(vala_depend) ) BDEPEND="dev-lang/perl + sys-apps/help2man virtual/pkgconfig" # AUTHORS, FAQ, and NEWS are installed by the build system