diff options
author | Marek Szuba <marecki@gentoo.org> | 2023-03-30 10:32:23 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2023-03-30 10:46:50 +0100 |
commit | e001bde2e3175cf0635b644d90c7e5dc59abe4c4 (patch) | |
tree | 2cec2dff0ca7d800ef207053190f24227d1e156c /app-text/xchm | |
parent | app-containers/apptainer: add 1.1.7 (diff) | |
download | gentoo-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.ebuild | 3 |
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 )" |