summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2023-03-30 10:32:23 +0100
committerMarek Szuba <marecki@gentoo.org>2023-03-30 10:46:50 +0100
commite001bde2e3175cf0635b644d90c7e5dc59abe4c4 (patch)
tree2cec2dff0ca7d800ef207053190f24227d1e156c /app-text/xchm
parentapp-containers/apptainer: add 1.1.7 (diff)
downloadgentoo-e001bde2e3175cf0635b644d90c7e5dc59abe4c4.tar.gz
gentoo-e001bde2e3175cf0635b644d90c7e5dc59abe4c4.tar.bz2
gentoo-e001bde2e3175cf0635b644d90c7e5dc59abe4c4.zip
app-text/xchm: add x11-libs/wxGTK version cap to work around Bug #895982
Closes: https://bugs.gentoo.org/895534 Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-text/xchm')
-rw-r--r--app-text/xchm/xchm-1.35.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/xchm/xchm-1.35.ebuild b/app-text/xchm/xchm-1.35.ebuild
index ed93e6bfae5e..1e6307942d7b 100644
--- a/app-text/xchm/xchm-1.35.ebuild
+++ b/app-text/xchm/xchm-1.35.ebuild
@@ -16,8 +16,9 @@ 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:${WX_GTK_VER}[X]
+ <x11-libs/wxGTK-3.2.2.1:${WX_GTK_VER}[X]
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}"
BDEPEND="nls? ( sys-devel/gettext )"