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 D88A6139696 for ; Sat, 1 Jul 2017 12:11:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E30E923406B; 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 B87A4E0BFD for ; Sat, 1 Jul 2017 12:11:36 +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 C7681341930 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 34343749F 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: <1498910061.9bafd9cbf2ce6f6c811a48bdd5b7bc9fbda9416e.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/evil/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/evil/evil-1.0.8.ebuild X-VCS-Directories: app-emacs/evil/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 9bafd9cbf2ce6f6c811a48bdd5b7bc9fbda9416e 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: 65d23149-09b0-4ed2-b123-8a66d9f656b4 X-Archives-Hash: 09b7491d8fcae63c670b61199b63c431 commit: 9bafd9cbf2ce6f6c811a48bdd5b7bc9fbda9416e Author: Ulrich Müller gentoo org> AuthorDate: Sat Jul 1 11:54:21 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jul 1 11:54:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bafd9cb app-emacs/evil: Add build-time dependency on sys-apps/texinfo. Bug: 622978 Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-emacs/evil/evil-1.0.8.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app-emacs/evil/evil-1.0.8.ebuild b/app-emacs/evil/evil-1.0.8.ebuild index 9ab1c13a3ba..e383f4057fe 100644 --- a/app-emacs/evil/evil-1.0.8.ebuild +++ b/app-emacs/evil/evil-1.0.8.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,8 +14,9 @@ SLOT="0" KEYWORDS="amd64 x86" RESTRICT="test" -DEPEND=">=app-emacs/undo-tree-0.6.3" -RDEPEND="${DEPEND}" +RDEPEND=">=app-emacs/undo-tree-0.6.3" +DEPEND="${RDEPEND} + sys-apps/texinfo" S="${WORKDIR}/${PN}" ELISP_REMOVE="evil-pkg.el evil-tests.el"