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 D0ADA139696 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 20DDE27400E; Sat, 1 Jul 2017 12:11:37 +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 045A627400E 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 E0939341931 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 4769774A0 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: <1498910097.ed0a7bd83cef0b567e1fc10702293a7985a6d633.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/haskell-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/haskell-mode/haskell-mode-13.07.ebuild X-VCS-Directories: app-emacs/haskell-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: ed0a7bd83cef0b567e1fc10702293a7985a6d633 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: 06b5cfe4-7a63-47a3-bfc2-5659832b3f10 X-Archives-Hash: fe7c96daa3c1d8f2c176c9ac8b7dbeee commit: ed0a7bd83cef0b567e1fc10702293a7985a6d633 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jul 1 11:54:57 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jul 1 11:54:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed0a7bd8 app-emacs/haskell-mode: Add build-time dependency on sys-apps/texinfo. Bug: 622978 Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-emacs/haskell-mode/haskell-mode-13.07.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-emacs/haskell-mode/haskell-mode-13.07.ebuild b/app-emacs/haskell-mode/haskell-mode-13.07.ebuild index 0641598d956..ffc84c43445 100644 --- a/app-emacs/haskell-mode/haskell-mode-13.07.ebuild +++ b/app-emacs/haskell-mode/haskell-mode-13.07.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,6 +14,8 @@ LICENSE="GPL-3+ FDL-1.2+" SLOT="0" KEYWORDS="amd64 ppc ~sparc x86" +DEPEND="sys-apps/texinfo" + SITEFILE="50${PN}-gentoo.el" ELISP_TEXINFO="haskell-mode.texi" DOCS="NEWS README.md examples/*.hs examples/init.el"