From fb67aa178817cbe706f36348f1e1709bbc851c28 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Thu, 26 Dec 2024 01:33:30 -0500 Subject: [PATCH] app-text/flpsed: add binding := to fltk, soname changed Also cleanup lower bound, <1.3.0 is long gone. Signed-off-by: Ionen Wolkens --- .../flpsed/{flpsed-0.7.3.ebuild => flpsed-0.7.3-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename app-text/flpsed/{flpsed-0.7.3.ebuild => flpsed-0.7.3-r1.ebuild} (89%) diff --git a/app-text/flpsed/flpsed-0.7.3.ebuild b/app-text/flpsed/flpsed-0.7.3-r1.ebuild similarity index 89% rename from app-text/flpsed/flpsed-0.7.3.ebuild rename to app-text/flpsed/flpsed-0.7.3-r1.ebuild index f3c15f0bc3f0b..03d758514c35d 100644 --- a/app-text/flpsed/flpsed-0.7.3.ebuild +++ b/app-text/flpsed/flpsed-0.7.3-r1.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=7 @@ -17,7 +17,7 @@ RDEPEND=" x11-libs/libX11 x11-libs/libXext x11-libs/libXft - >=x11-libs/fltk-1.3.0:1 + x11-libs/fltk:1= app-text/ghostscript-gpl[X]" DEPEND="${RDEPEND}"