diff options
author | Marek Szuba <marecki@gentoo.org> | 2023-03-31 17:53:45 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2023-03-31 17:53:45 +0100 |
commit | fe8e9b9113fcc8ba457f9c382eb8d9805741b816 (patch) | |
tree | fcd740ca26f2263ef155f8d84e80b326e5072dcb /app-text/xchm | |
parent | www-apps/mediawiki: Stabilize 1.38.6 ALLARCHES, #903626 (diff) | |
download | gentoo-fe8e9b9113fcc8ba457f9c382eb8d9805741b816.tar.gz gentoo-fe8e9b9113fcc8ba457f9c382eb8d9805741b816.tar.bz2 gentoo-fe8e9b9113fcc8ba457f9c382eb8d9805741b816.zip |
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@gentoo.org>
Diffstat (limited to 'app-text/xchm')
-rw-r--r-- | app-text/xchm/xchm-1.35.ebuild | 3 |
1 files changed, 1 insertions, 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 )" |