commit:     fe8e9b9113fcc8ba457f9c382eb8d9805741b816
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 31 16:53:45 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Mar 31 16:53:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe8e9b91

app-text/xchm: remove x11-libs/wxGTK version cap

wxGTK bug #895982 has been taken care of so the workaround
is no longer needed.

Closes: https://bugs.gentoo.org/903644
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-text/xchm/xchm-1.35.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-text/xchm/xchm-1.35.ebuild b/app-text/xchm/xchm-1.35.ebuild
index 1e6307942d7b..ed93e6bfae5e 100644
--- a/app-text/xchm/xchm-1.35.ebuild
+++ b/app-text/xchm/xchm-1.35.ebuild
@@ -16,9 +16,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~riscv ~x86"
 IUSE="nls"
 
-# wxGTK version cap is due to Bug #895982
 RDEPEND=">=dev-libs/chmlib-0.36
-       <x11-libs/wxGTK-3.2.2.1:${WX_GTK_VER}[X]
+       x11-libs/wxGTK:${WX_GTK_VER}[X]
        nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}"
 BDEPEND="nls? ( sys-devel/gettext )"

Reply via email to