app-editors/texworks: Sync with final PR version

This commit is contained in:
Enno Tensing 2025-03-25 18:02:22 +01:00
parent d982fd2bed
commit 33fea14403
Signed by: tenno
GPG key ID: 95265603BD36E66C

View file

@ -1,10 +1,10 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
LUA_COMPAT=( lua5-{1..4} )
PYTHON_COMPAT=( python3_{9..13} )
PYTHON_COMPAT=( python3_{10..13} )
CMAKE_REMOVE_MODULES_LIST=( FindLua )
inherit lua-single python-single-r1 cmake xdg
@ -28,16 +28,16 @@ RDEPEND="
app-text/hunspell:=
app-text/poppler[qt6]
dev-qt/qt5compat:6
dev-qt/qtbase:6[concurrent,gui,widgets]
dev-qt/qtbase:6[concurrent,dbus,gui,widgets,xml]
dev-qt/qttools:6[widgets]
dev-qt/qtdeclarative:6
sys-libs/zlib
lua? ( ${LUA_DEPS} )
python? ( ${PYTHON_DEPS} )
"
DEPEND="${RDEPEND}"
BDEPEND="
dev-qt/qttools[linguist]
dev-qt/qttools:6[linguist]
virtual/pkgconfig
"