app-text/diff-pdf: slot op on x11-libs/wxGTK

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert 2025-05-17 16:56:51 +02:00
parent d15c88032a
commit 671ddb6bc5
No known key found for this signature in database
GPG Key ID: CE36E117202E3842

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -15,7 +15,6 @@ SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}/${P}.tar.gz"
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
KEYWORDS="amd64"
IUSE=""
# The build system checks for "poppler-glib", which is provided only
# when app-text/poppler is built with USE=cairo. Moreover the glib ABI
@ -29,7 +28,7 @@ IUSE=""
DEPEND="app-text/poppler[cairo]
dev-libs/glib
x11-libs/cairo
x11-libs/wxGTK:${WX_GTK_VER}[X]"
x11-libs/wxGTK:${WX_GTK_VER}=[X]"
RDEPEND="${DEPEND}"
src_configure() {