summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-12-26 11:38:51 -0500
committerIonen Wolkens <ionen@gentoo.org>2024-12-26 12:48:29 -0500
commitcb973a1893c7680c44519481dde5858719c752e7 (patch)
tree7e0b33c398d126b468349ebf7de2275c00433015 /dev-games
parentdev-games/openscenegraph-openmw: add := to fltk, soname changed (diff)
downloadgentoo-cb973a1893c7680c44519481dde5858719c752e7.tar.gz
gentoo-cb973a1893c7680c44519481dde5858719c752e7.tar.bz2
gentoo-cb973a1893c7680c44519481dde5858719c752e7.zip
dev-games/openscenegraph: add := to fltk, soname changed
Skip revbump, it's a big package and the fltk dependency is kind of obscure (examples->fltk, both off by default). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r--dev-games/openscenegraph/openscenegraph-3.6.5-r114.ebuild2
-rw-r--r--dev-games/openscenegraph/openscenegraph-3.6.5-r115.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-games/openscenegraph/openscenegraph-3.6.5-r114.ebuild b/dev-games/openscenegraph/openscenegraph-3.6.5-r114.ebuild
index f1e25ba3592f..06525d8ef4b1 100644
--- a/dev-games/openscenegraph/openscenegraph-3.6.5-r114.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-3.6.5-r114.ebuild
@@ -49,7 +49,7 @@ RDEPEND="
collada? ( dev-libs/collada-dom:= )
curl? ( net-misc/curl )
examples? (
- fltk? ( x11-libs/fltk:1[opengl] )
+ fltk? ( x11-libs/fltk:1=[opengl] )
fox? ( x11-libs/fox:1.6[opengl] )
glut? ( media-libs/freeglut )
sdl2? ( media-libs/libsdl2 )
diff --git a/dev-games/openscenegraph/openscenegraph-3.6.5-r115.ebuild b/dev-games/openscenegraph/openscenegraph-3.6.5-r115.ebuild
index ee7b9e55301c..4fa510fea12b 100644
--- a/dev-games/openscenegraph/openscenegraph-3.6.5-r115.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-3.6.5-r115.ebuild
@@ -49,7 +49,7 @@ RDEPEND="
collada? ( dev-libs/collada-dom:= )
curl? ( net-misc/curl )
examples? (
- fltk? ( x11-libs/fltk:1[opengl] )
+ fltk? ( x11-libs/fltk:1=[opengl] )
fox? ( x11-libs/fox:1.6[opengl] )
glut? ( media-libs/freeglut )
sdl2? ( media-libs/libsdl2 )