From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 048811580EB for ; Mon, 26 May 2025 19:43:40 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E1B32343165 for ; Mon, 26 May 2025 19:43:39 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 618501104B3; Mon, 26 May 2025 19:43:23 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 517521104AE for ; Mon, 26 May 2025 19:43:23 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F6FE34302F for ; Mon, 26 May 2025 19:43:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78E7F28E2 for ; Mon, 26 May 2025 19:43:20 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1748288575.5bf4433a62f8c5147f98a3ffe145f6ee11cbab5b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/octave/octave-9.2.0-r1.ebuild X-VCS-Directories: sci-mathematics/octave/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5bf4433a62f8c5147f98a3ffe145f6ee11cbab5b X-VCS-Branch: master Date: Mon, 26 May 2025 19:43:20 +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: 791bf763-7c6e-4621-92b6-08174dab1704 X-Archives-Hash: 75daca906bff0fb5af7138948b780511 commit: 5bf4433a62f8c5147f98a3ffe145f6ee11cbab5b Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 26 17:54:08 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 26 19:42:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf4433a sci-mathematics/octave: depend on >=x11-libs/qscintilla-2.14.1-r1:=[qt6(+)] Prepare for x11-libs/qscintilla to lose IUSE qt5 (2.14.1-r1 first w/ qt5/qt6) Signed-off-by: Andreas Sturmlechner gentoo.org> sci-mathematics/octave/octave-9.2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/octave/octave-9.2.0-r1.ebuild b/sci-mathematics/octave/octave-9.2.0-r1.ebuild index 9beb72077052..2ca83321a823 100644 --- a/sci-mathematics/octave/octave-9.2.0-r1.ebuild +++ b/sci-mathematics/octave/octave-9.2.0-r1.ebuild @@ -59,7 +59,7 @@ COMMON_DEPS=" virtual/glu x11-libs/gl2ps:= x11-libs/libX11:= - x11-libs/qscintilla:=[qt6] + >=x11-libs/qscintilla-2.14.1-r1:=[qt6(+)] ) qhull? ( media-libs/qhull:= ) qrupdate? ( sci-libs/qrupdate:= )