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 02CAB139694 for ; Sun, 11 Jun 2017 11:22:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CBA2E0DCA; Sun, 11 Jun 2017 11:22:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0B40FE0DCA for ; Sun, 11 Jun 2017 11:22:15 +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 F37B8341768 for ; Sun, 11 Jun 2017 11:22:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 680D973E2 for ; Sun, 11 Jun 2017 11:22:13 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1497180121.80ad06020a3f76ef0e6b76cb6507351674632a52.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/octave/octave-3.6.4-r1.ebuild sci-mathematics/octave/octave-3.8.2-r3.ebuild sci-mathematics/octave/octave-4.2.0-r4.ebuild sci-mathematics/octave/octave-4.2.1.ebuild X-VCS-Directories: sci-mathematics/octave/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 80ad06020a3f76ef0e6b76cb6507351674632a52 X-VCS-Branch: master Date: Sun, 11 Jun 2017 11:22:13 +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: 58642139-5433-4d5b-aa54-ffe5806f283c X-Archives-Hash: 450a348dd34dcf5b8ab260c5ddc88040 commit: 80ad06020a3f76ef0e6b76cb6507351674632a52 Author: Alexis Ballier gentoo org> AuthorDate: Sun Jun 11 11:22:01 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Jun 11 11:22:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ad0602 sci-mathematics/octave: Adapt deps for texlive 2017, bug #621240 Package-Manager: Portage-2.3.6, Repoman-2.3.2 sci-mathematics/octave/octave-3.6.4-r1.ebuild | 2 +- sci-mathematics/octave/octave-3.8.2-r3.ebuild | 2 +- sci-mathematics/octave/octave-4.2.0-r4.ebuild | 2 +- sci-mathematics/octave/octave-4.2.1.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-mathematics/octave/octave-3.6.4-r1.ebuild b/sci-mathematics/octave/octave-3.6.4-r1.ebuild index 0a66c65436c..191446ebdfc 100644 --- a/sci-mathematics/octave/octave-3.6.4-r1.ebuild +++ b/sci-mathematics/octave/octave-3.6.4-r1.ebuild @@ -58,7 +58,7 @@ RDEPEND=" DEPEND="${RDEPEND} doc? ( virtual/latex-base - dev-texlive/texlive-genericrecommended + || ( dev-texlive/texlive-plaingeneric dev-texlive/texlive-genericrecommended ) sys-apps/texinfo ) dev-util/gperf virtual/pkgconfig" diff --git a/sci-mathematics/octave/octave-3.8.2-r3.ebuild b/sci-mathematics/octave/octave-3.8.2-r3.ebuild index 2269f831a09..9ae07cee479 100644 --- a/sci-mathematics/octave/octave-3.8.2-r3.ebuild +++ b/sci-mathematics/octave/octave-3.8.2-r3.ebuild @@ -64,7 +64,7 @@ DEPEND="${RDEPEND} java? ( >=virtual/jdk-1.6.0 ) doc? ( virtual/latex-base - dev-texlive/texlive-genericrecommended + || ( dev-texlive/texlive-plaingeneric dev-texlive/texlive-genericrecommended ) dev-texlive/texlive-metapost sys-apps/texinfo ) dev-util/gperf diff --git a/sci-mathematics/octave/octave-4.2.0-r4.ebuild b/sci-mathematics/octave/octave-4.2.0-r4.ebuild index a52aea882a3..2bbb86439b6 100644 --- a/sci-mathematics/octave/octave-4.2.0-r4.ebuild +++ b/sci-mathematics/octave/octave-4.2.0-r4.ebuild @@ -76,7 +76,7 @@ DEPEND="${RDEPEND} doc? ( virtual/latex-base dev-texlive/texlive-fontsrecommended - dev-texlive/texlive-genericrecommended + || ( dev-texlive/texlive-plaingeneric dev-texlive/texlive-genericrecommended ) dev-texlive/texlive-metapost ) sys-apps/texinfo diff --git a/sci-mathematics/octave/octave-4.2.1.ebuild b/sci-mathematics/octave/octave-4.2.1.ebuild index 66548146eba..00a2d44ce48 100644 --- a/sci-mathematics/octave/octave-4.2.1.ebuild +++ b/sci-mathematics/octave/octave-4.2.1.ebuild @@ -76,7 +76,7 @@ DEPEND="${RDEPEND} doc? ( virtual/latex-base dev-texlive/texlive-fontsrecommended - dev-texlive/texlive-genericrecommended + || ( dev-texlive/texlive-plaingeneric dev-texlive/texlive-genericrecommended ) dev-texlive/texlive-metapost ) sys-apps/texinfo