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 BE278139694 for ; Sat, 1 Jul 2017 12:11:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F12F227400B; Sat, 1 Jul 2017 12:11:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3426E0BFD for ; Sat, 1 Jul 2017 12:11:36 +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 9F3DB34179E for ; Sat, 1 Jul 2017 12:11:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D93A7490 for ; Sat, 1 Jul 2017 12:11:34 +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: <1498909960.29ba73f66500a8e4d823682af5638f8e870b5a3d.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ebuild-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/ebuild-mode/ebuild-mode-1.37.ebuild X-VCS-Directories: app-emacs/ebuild-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 29ba73f66500a8e4d823682af5638f8e870b5a3d X-VCS-Branch: master Date: Sat, 1 Jul 2017 12:11:34 +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-Archives-Salt: 10e56c38-2134-4ca1-b881-d33492514bb2 X-Archives-Hash: 5197cceef13ad3f2febe0e2028562539 commit: 29ba73f66500a8e4d823682af5638f8e870b5a3d Author: Ulrich Müller gentoo org> AuthorDate: Sat Jul 1 11:52:40 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jul 1 11:52:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ba73f6 app-emacs/ebuild-mode: Add build-time dependency on sys-apps/texinfo. Bug: 622978 Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-emacs/ebuild-mode/ebuild-mode-1.37.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.37.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.37.ebuild index 80158ab8c97..1b7fc32843b 100644 --- a/app-emacs/ebuild-mode/ebuild-mode-1.37.ebuild +++ b/app-emacs/ebuild-mode/ebuild-mode-1.37.ebuild @@ -13,6 +13,8 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +DEPEND="sys-apps/texinfo" + DOCS="ChangeLog keyword-generation.sh" ELISP_TEXINFO="${PN}.texi" SITEFILE="50${PN}-gentoo-1.31.el"