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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BCD0B158094 for ; Tue, 26 Jul 2022 22:02:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B83FE0DCC; Tue, 26 Jul 2022 22:02:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3D8DE0DCC for ; Tue, 26 Jul 2022 22:02:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0140634101E for ; Tue, 26 Jul 2022 22:02:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F57B54F for ; Tue, 26 Jul 2022 22:02:53 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1658872969.d2211047a4e28db93b5cc955f533b53d7afe666f.xgqt@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.4.0-r3.ebuild sci-mathematics/octave/octave-7.1.0.ebuild X-VCS-Directories: sci-mathematics/octave/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: d2211047a4e28db93b5cc955f533b53d7afe666f X-VCS-Branch: master Date: Tue, 26 Jul 2022 22:02:53 +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: 4fe5748b-0005-4108-af82-f3803059c6fd X-Archives-Hash: 41cb3aa08fea4fa00c8c788ad3421327 commit: d2211047a4e28db93b5cc955f533b53d7afe666f Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 25 18:34:17 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Jul 26 22:02:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2211047 sci-mathematics/octave: Move dev-qt/linguist-tools:5 to BDEPEND Bug: https://bugs.gentoo.org/544938 Bug: https://github.com/gentoo/gentoo/pull/26595 Signed-off-by: Andreas Sturmlechner gentoo.org> Signed-off-by: Maciej Barć gentoo.org> sci-mathematics/octave/octave-6.4.0-r3.ebuild | 5 +++-- sci-mathematics/octave/octave-7.1.0.ebuild | 9 +++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/sci-mathematics/octave/octave-6.4.0-r3.ebuild b/sci-mathematics/octave/octave-6.4.0-r3.ebuild index 5329c54bee7d..8919fcaa9b6e 100644 --- a/sci-mathematics/octave/octave-6.4.0-r3.ebuild +++ b/sci-mathematics/octave/octave-6.4.0-r3.ebuild @@ -83,18 +83,19 @@ RDEPEND=" # bug #846968 for sundials < dep DEPEND="${RDEPEND} dev-util/gperf - virtual/pkgconfig doc? ( dev-texlive/texlive-fontsrecommended dev-texlive/texlive-plaingeneric dev-texlive/texlive-metapost virtual/latex-base ) - gui? ( dev-qt/linguist-tools:5 ) java? ( >=virtual/jdk-1.6.0 ) qrupdate? ( app-misc/pax-utils ) sparse? ( app-misc/pax-utils ) || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )" +BDEPEND=" + virtual/pkgconfig + gui? ( dev-qt/linguist-tools:5 )" PATCHES=( "${FILESDIR}"/${PN}-5.1.0-pkgbuilddir.patch diff --git a/sci-mathematics/octave/octave-7.1.0.ebuild b/sci-mathematics/octave/octave-7.1.0.ebuild index b04de9f52552..91df3f2a06d3 100644 --- a/sci-mathematics/octave/octave-7.1.0.ebuild +++ b/sci-mathematics/octave/octave-7.1.0.ebuild @@ -82,9 +82,8 @@ RDEPEND=" ) sundials? ( >=sci-libs/sundials-4:0= ) X? ( x11-libs/libX11:0= )" -DEPEND="${RDEPEND}" -BDEPEND="dev-util/gperf - virtual/pkgconfig +DEPEND="${RDEPEND} + dev-util/gperf virtual/imagemagick-tools doc? ( dev-texlive/texlive-fontsrecommended @@ -92,10 +91,12 @@ BDEPEND="dev-util/gperf dev-texlive/texlive-metapost virtual/latex-base ) - gui? ( dev-qt/linguist-tools:5 ) java? ( >=virtual/jdk-1.8:* ) qrupdate? ( app-misc/pax-utils ) sparse? ( app-misc/pax-utils )" +BDEPEND=" + virtual/pkgconfig + gui? ( dev-qt/linguist-tools:5 )" PATCHES=( "${FILESDIR}"/${PN}-5.1.0-pkgbuilddir.patch