commit: e0eff4c74d0863092d01999b805a9d061cabdb98
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 09:35:11 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> 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 <ionen <AT> 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
)"