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 2B5B3138334 for ; Sat, 15 Jun 2019 15:19:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C1B4E0916; Sat, 15 Jun 2019 15:19:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 44C77E0908 for ; Sat, 15 Jun 2019 15:19:40 +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 1964C346178 for ; Sat, 15 Jun 2019 15:19:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5B5760B for ; Sat, 15 Jun 2019 15:19:36 +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: <1560611437.aebfca3dcd1933e859aba964eb77cd02d3b80888.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs-vcs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/emacs-vcs/emacs-vcs-26.2.9999.ebuild app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild X-VCS-Directories: app-editors/emacs-vcs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: aebfca3dcd1933e859aba964eb77cd02d3b80888 X-VCS-Branch: master Date: Sat, 15 Jun 2019 15:19:36 +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: 9cf9a476-48f0-42da-96fb-154b28d2e1a4 X-Archives-Hash: b97ef9739a8f72ff085cae25245f8238 commit: aebfca3dcd1933e859aba964eb77cd02d3b80888 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jun 15 15:10:05 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jun 15 15:10:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebfca3d app-editors/emacs-vcs: Texinfo is called at build time. Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Ulrich Müller gentoo.org> app-editors/emacs-vcs/emacs-vcs-26.2.9999.ebuild | 2 +- app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild | 4 ++-- app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-editors/emacs-vcs/emacs-vcs-26.2.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.2.9999.ebuild index 9c0c728110f..38b6b13b7dd 100644 --- a/app-editors/emacs-vcs/emacs-vcs-26.2.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-26.2.9999.ebuild @@ -119,7 +119,7 @@ BDEPEND="virtual/pkgconfig # pax_kernel? ( sys-apps/attr ) if [[ ${PV##*.} = 9999 ]]; then - DEPEND="${DEPEND} + BDEPEND="${BDEPEND} sys-apps/texinfo" RDEPEND="${RDEPEND} diff --git a/app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild b/app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild index 2862235ef56..4937bb3b82d 100644 --- a/app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -121,7 +121,7 @@ BDEPEND="virtual/pkgconfig # pax_kernel? ( sys-apps/attr ) if [[ ${PV##*.} = 9999 ]]; then - DEPEND="${DEPEND} + BDEPEND="${BDEPEND} sys-apps/texinfo" fi diff --git a/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild index 735fbb98de7..b85c17d93f6 100644 --- a/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild @@ -121,7 +121,7 @@ BDEPEND="virtual/pkgconfig # pax_kernel? ( sys-apps/attr ) if [[ ${PV##*.} = 9999 ]]; then - DEPEND="${DEPEND} + BDEPEND="${BDEPEND} sys-apps/texinfo" fi