From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1227445-garchives=archives.gentoo.org@lists.gentoo.org>
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 F26F21382C5
	for <garchives@archives.gentoo.org>; Tue,  1 Dec 2020 16:14:49 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 44114E0916;
	Tue,  1 Dec 2020 16:14:49 +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-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 29C93E0916
	for <gentoo-commits@lists.gentoo.org>; Tue,  1 Dec 2020 16:14:49 +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 0A5E8340EFA
	for <gentoo-commits@lists.gentoo.org>; Tue,  1 Dec 2020 16:14:48 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 76ADC448
	for <gentoo-commits@lists.gentoo.org>; Tue,  1 Dec 2020 16:14:46 +0000 (UTC)
From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" <mjo@gentoo.org>
Message-ID: <1606839276.944d865582a419b31183f4408a8895f45b7e6607.mjo@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sci-mathematics/octave/octave-6.1.0-r1.ebuild sci-mathematics/octave/octave-6.1.0.ebuild
X-VCS-Directories: sci-mathematics/octave/
X-VCS-Committer: mjo
X-VCS-Committer-Name: Michael Orlitzky
X-VCS-Revision: 944d865582a419b31183f4408a8895f45b7e6607
X-VCS-Branch: master
Date: Tue,  1 Dec 2020 16:14:46 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 4d87dade-c2ef-4a1f-8173-58dfb7041e0b
X-Archives-Hash: 1f30a20da0ff354651184b80387bee36

commit:     944d865582a419b31183f4408a8895f45b7e6607
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  1 16:10:55 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Dec  1 16:14:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944d8655

sci-mathematics/octave: new revision with sys-apps/texinfo in RDEPEND.

Closes: https://bugs.gentoo.org/743019
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 .../octave/{octave-6.1.0.ebuild => octave-6.1.0-r1.ebuild}           | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-mathematics/octave/octave-6.1.0.ebuild b/sci-mathematics/octave/octave-6.1.0-r1.ebuild
similarity index 96%
rename from sci-mathematics/octave/octave-6.1.0.ebuild
rename to sci-mathematics/octave/octave-6.1.0-r1.ebuild
index ff79efc69a4..cbd2dd72530 100644
--- a/sci-mathematics/octave/octave-6.1.0.ebuild
+++ b/sci-mathematics/octave/octave-6.1.0-r1.ebuild
@@ -16,9 +16,13 @@ IUSE="curl doc fftw +glpk gnuplot gui hdf5 java libressl opengl
 	ssl static-libs sundials X zlib"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 
+# Although it is listed in INSTALL.OCTAVE as a build tool, Octave runs
+# "makeinfo" from sys-apps/texinfo at runtime to convert its texinfo
+# documentation to text (see scripts/help/help.m).
 RDEPEND="
 	app-arch/bzip2
 	app-text/ghostscript-gpl
+	sys-apps/texinfo
 	dev-libs/libpcre:3=
 	sys-libs/ncurses:0=
 	sys-libs/zlib
@@ -74,7 +78,6 @@ RDEPEND="
 	X? ( x11-libs/libX11:0= )"
 DEPEND="${RDEPEND}
 	dev-util/gperf
-	sys-apps/texinfo
 	virtual/pkgconfig
 	doc? (
 		dev-texlive/texlive-fontsrecommended