diff --git a/app-text/crwx-ng/crwx-ng-0.3.1-r2.ebuild b/app-text/crwx-ng/crwx-ng-0.3.1-r3.ebuild similarity index 90% rename from app-text/crwx-ng/crwx-ng-0.3.1-r2.ebuild rename to app-text/crwx-ng/crwx-ng-0.3.1-r3.ebuild index b92868a5f3c65..baf03f4b75050 100644 --- a/app-text/crwx-ng/crwx-ng-0.3.1-r2.ebuild +++ b/app-text/crwx-ng/crwx-ng-0.3.1-r3.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 + WX_GTK_VER="3.2-gtk3" inherit cmake wxwidgets xdg @@ -15,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="+gif +svg +chm +harfbuzz +libunibreak +fribidi +zstd +libutf8proc" CDEPEND=">=app-text/crengine-ng-0.9.7:0=[png,jpeg,fontconfig,gif=,svg=,chm=,harfbuzz=,fribidi=,zstd=,libutf8proc=] - x11-libs/wxGTK:${WX_GTK_VER}[X]" + x11-libs/wxGTK:${WX_GTK_VER}=[X]" DEPEND="${CDEPEND}" RDEPEND="${CDEPEND} virtual/ttf-fonts"