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 CF1821580FD for ; Thu, 26 Dec 2024 17:50:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFCFBE0833; Thu, 26 Dec 2024 17:50:22 +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 8E487E0830 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 A6A8033BEA5 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 3110119A2 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.e0eff4c74d0863092d01999b805a9d061cabdb98.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/giac/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/giac/giac-1.9.0.29-r1.ebuild sci-mathematics/giac/giac-1.9.0.29-r2.ebuild sci-mathematics/giac/giac-1.9.0.995-r1.ebuild sci-mathematics/giac/giac-1.9.0.995-r2.ebuild X-VCS-Directories: sci-mathematics/giac/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: e0eff4c74d0863092d01999b805a9d061cabdb98 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: 8bf9538a-5c03-4dc9-98e8-da8996645f44 X-Archives-Hash: 1daba5846749f6c0882d3fc5f702171e commit: e0eff4c74d0863092d01999b805a9d061cabdb98 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Dec 26 09:35:11 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=e0eff4c7 sci-mathematics/giac: add binding := to fltk, soname changed Signed-off-by: Ionen Wolkens gentoo.org> .../giac/{giac-1.9.0.29-r1.ebuild => giac-1.9.0.29-r2.ebuild} | 4 ++-- .../giac/{giac-1.9.0.995-r1.ebuild => giac-1.9.0.995-r2.ebuild} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-mathematics/giac/giac-1.9.0.29-r1.ebuild b/sci-mathematics/giac/giac-1.9.0.29-r2.ebuild similarity index 98% rename from sci-mathematics/giac/giac-1.9.0.29-r1.ebuild rename to sci-mathematics/giac/giac-1.9.0.29-r2.ebuild index f4967f08420e..157b280018c3 100644 --- a/sci-mathematics/giac/giac-1.9.0.29-r1.ebuild +++ b/sci-mathematics/giac/giac-1.9.0.29-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,7 @@ done # nauty and cliquer are automagical dependencies RDEPEND="dev-libs/gmp:=[cxx(+)] sys-libs/readline:= - gui? ( x11-libs/fltk[opengl] + gui? ( x11-libs/fltk:1=[opengl] media-libs/libpng:= ) ao? ( media-libs/libao ) dev-libs/mpfr:= diff --git a/sci-mathematics/giac/giac-1.9.0.995-r1.ebuild b/sci-mathematics/giac/giac-1.9.0.995-r2.ebuild similarity index 99% rename from sci-mathematics/giac/giac-1.9.0.995-r1.ebuild rename to sci-mathematics/giac/giac-1.9.0.995-r2.ebuild index 6a9a85a14f05..a0a875aadaa6 100644 --- a/sci-mathematics/giac/giac-1.9.0.995-r1.ebuild +++ b/sci-mathematics/giac/giac-1.9.0.995-r2.ebuild @@ -44,7 +44,7 @@ RDEPEND="dev-libs/gmp:=[cxx(+)] glpk? ( sci-mathematics/glpk ) gui? ( media-libs/libpng:= - x11-libs/fltk[opengl] + x11-libs/fltk:1=[opengl] x11-libs/gl2ps )"