commit:     ad5f2b089b5f57af7331b3b6fccc849e30393044
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 16:42:58 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=ad5f2b08

www-client/dillo: pin to fltk-1.3 for now

Meant to only add a binding := due to the soname change with
fltk-1.4.x, but:

with 3.1.1:
    configure: error: FLTK 1.3 required; version found: 1.4.1

With 9999 (currently):
    configure: error: FLTK 1.4.1 not supported yet; use FLTK 1.3

Haven't looked upstream, but from the 2nd error can assume dillo
is aware and this is work in progress, so pin for now to avoid
breakage.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 www-client/dillo/{dillo-3.1.1.ebuild => dillo-3.1.1-r1.ebuild} | 2 +-
 www-client/dillo/dillo-9999.ebuild                             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/dillo/dillo-3.1.1.ebuild 
b/www-client/dillo/dillo-3.1.1-r1.ebuild
similarity index 98%
rename from www-client/dillo/dillo-3.1.1.ebuild
rename to www-client/dillo/dillo-3.1.1-r1.ebuild
index c196f5231273..53222bcbf650 100644
--- a/www-client/dillo/dillo-3.1.1.ebuild
+++ b/www-client/dillo/dillo-3.1.1-r1.ebuild
@@ -24,7 +24,7 @@ REQUIRED_USE="
 "
 
 RDEPEND="
-       >=x11-libs/fltk-1.3:1
+       =x11-libs/fltk-1.3*:1=
        sys-libs/zlib
        x11-libs/libX11
        jpeg? ( media-libs/libjpeg-turbo:= )

diff --git a/www-client/dillo/dillo-9999.ebuild 
b/www-client/dillo/dillo-9999.ebuild
index a4d9441358ee..6afd97ac6375 100644
--- a/www-client/dillo/dillo-9999.ebuild
+++ b/www-client/dillo/dillo-9999.ebuild
@@ -24,7 +24,7 @@ REQUIRED_USE="
 "
 
 RDEPEND="
-       >=x11-libs/fltk-1.3:1
+       =x11-libs/fltk-1.3*:1=
        sys-libs/zlib
        x11-libs/libX11
        jpeg? ( media-libs/libjpeg-turbo:= )

Reply via email to