diff options
author | 2024-12-26 01:53:37 -0500 | |
---|---|---|
committer | 2024-12-26 12:48:30 -0500 | |
commit | e0e7b309ee43afca7cd759f5a70860ac5b0a1761 (patch) | |
tree | b0f2d63a757910ec88a41a13597b18479cea8672 /games-simulation/crashtest | |
parent | games-engines/odamex: add binding := to fltk, soname changed (diff) | |
download | gentoo-e0e7b309ee43afca7cd759f5a70860ac5b0a1761.tar.gz gentoo-e0e7b309ee43afca7cd759f5a70860ac5b0a1761.tar.bz2 gentoo-e0e7b309ee43afca7cd759f5a70860ac5b0a1761.zip |
games-simulation/crashtest: add binding := to fltk, soname changed
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-simulation/crashtest')
-rw-r--r-- | games-simulation/crashtest/crashtest-1.1-r3.ebuild (renamed from games-simulation/crashtest/crashtest-1.1-r2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-simulation/crashtest/crashtest-1.1-r2.ebuild b/games-simulation/crashtest/crashtest-1.1-r3.ebuild index 4f9ff6d8d1b2..9157646d6f34 100644 --- a/games-simulation/crashtest/crashtest-1.1-r2.ebuild +++ b/games-simulation/crashtest/crashtest-1.1-r3.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 @@ -20,7 +20,7 @@ RDEPEND=" media-libs/plib virtual/glu virtual/opengl - x11-libs/fltk:1[opengl]" + x11-libs/fltk:1=[opengl]" DEPEND="${RDEPEND}" PATCHES=( |