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 DF394139694 for ; Sat, 1 Jul 2017 12:11:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB5A2274029; Sat, 1 Jul 2017 12:11:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C996D274021 for ; Sat, 1 Jul 2017 12:11:38 +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 8884D341932 for ; Sat, 1 Jul 2017 12:11:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA1C774A5 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: <1498910381.971b3c594dbb93f6a1353fa1b337bdd5c296ce44.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/php-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/php-mode/php-mode-1.5.0.ebuild X-VCS-Directories: app-emacs/php-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 971b3c594dbb93f6a1353fa1b337bdd5c296ce44 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: af7c0e77-d5b5-4b48-993e-cd131f5d0e31 X-Archives-Hash: 9aa3f58fc7ac2caa4e9fed9f19b821ea commit: 971b3c594dbb93f6a1353fa1b337bdd5c296ce44 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jul 1 11:59:41 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jul 1 11:59:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971b3c59 app-emacs/php-mode: Add build-time dependency on sys-apps/texinfo. Bug: 622978 Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-emacs/php-mode/php-mode-1.5.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-emacs/php-mode/php-mode-1.5.0.ebuild b/app-emacs/php-mode/php-mode-1.5.0.ebuild index de1f1df470c..0d9b72f3fee 100644 --- a/app-emacs/php-mode/php-mode-1.5.0.ebuild +++ b/app-emacs/php-mode/php-mode-1.5.0.ebuild @@ -13,6 +13,8 @@ LICENSE="GPL-3+ FDL-1.2+" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +DEPEND="sys-apps/texinfo" + SITEFILE="50${PN}-gentoo.el" ELISP_TEXINFO="${PN}.texi" DOCS="ChangeLog"