diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-12-26 02:12:05 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-12-26 12:48:30 -0500 |
commit | 7be662ca395b74467c83eab0b4908a90850b592f (patch) | |
tree | 71f50515626f8cadab5f915d96b79e215807331a /media-gfx/monica | |
parent | games-util/glbsp: add binding := to fltk, soname changed (diff) | |
download | gentoo-7be662ca395b74467c83eab0b4908a90850b592f.tar.gz gentoo-7be662ca395b74467c83eab0b4908a90850b592f.tar.bz2 gentoo-7be662ca395b74467c83eab0b4908a90850b592f.zip |
media-gfx/monica: add binding := to fltk, soname changed
Also cleanup lower bound, 1.1 is extremely ancient.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-gfx/monica')
-rw-r--r-- | media-gfx/monica/monica-3.7-r2.ebuild (renamed from media-gfx/monica/monica-3.7-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/monica/monica-3.7-r1.ebuild b/media-gfx/monica/monica-3.7-r2.ebuild index b6be41461371..e93b87dfeff1 100644 --- a/media-gfx/monica/monica-3.7-r1.ebuild +++ b/media-gfx/monica/monica-3.7-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ppc x86" -DEPEND=">=x11-libs/fltk-1.1:1" +DEPEND="x11-libs/fltk:1=" RDEPEND="${DEPEND} x11-apps/xgamma" |