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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 747FF1580FD for ; Thu, 26 Dec 2024 17:50:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03907E0837; Thu, 26 Dec 2024 17:50: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 pigeon.gentoo.org (Postfix) with ESMTPS id BD5E2E0837 for ; Thu, 26 Dec 2024 17:50:22 +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 CAF9133BF36 for ; Thu, 26 Dec 2024 17:50:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43EA419A5 for ; Thu, 26 Dec 2024 17:50:18 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1735235315.b5d162d286c4a3be183d527bbc7bcec0bd7dea32.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/octave/octave-8.3.0-r2.ebuild X-VCS-Directories: sci-mathematics/octave/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: b5d162d286c4a3be183d527bbc7bcec0bd7dea32 X-VCS-Branch: master Date: Thu, 26 Dec 2024 17:50:18 +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: 05805bc4-abbb-4015-bbe6-815c5fd4d8d2 X-Archives-Hash: d2c6d887a919590a3b8107d5c2573df1 commit: b5d162d286c4a3be183d527bbc7bcec0bd7dea32 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Dec 26 10:54:19 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Dec 26 17:48:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d162d2 sci-mathematics/octave: update fltk[xft] USE dep USE was removed and is default enabled. This already has := so a revbump isn't needed, if update to fltk-1.4.1 then portage will see the xft(+) when attempt to rebuild. (~arch version does not use fltk anymore) Signed-off-by: Ionen Wolkens gentoo.org> sci-mathematics/octave/octave-8.3.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/octave/octave-8.3.0-r2.ebuild b/sci-mathematics/octave/octave-8.3.0-r2.ebuild index d13104f9342f..c6a00868c4b6 100644 --- a/sci-mathematics/octave/octave-8.3.0-r2.ebuild +++ b/sci-mathematics/octave/octave-8.3.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -38,7 +38,7 @@ RDEPEND=" virtual/lapack curl? ( net-misc/curl:= ) fftw? ( sci-libs/fftw:3.0= ) - fltk? ( >=x11-libs/fltk-1.3:1=[opengl,xft] ) + fltk? ( >=x11-libs/fltk-1.3:1=[opengl,xft(+)] ) glpk? ( sci-mathematics/glpk:= ) gnuplot? ( sci-visualization/gnuplot ) gui? (