From 33fea14403fa21f561dd60efc64e3759a24fe82c Mon Sep 17 00:00:00 2001 From: Enno Tensing Date: Tue, 25 Mar 2025 18:02:22 +0100 Subject: [PATCH] app-editors/texworks: Sync with final PR version --- app-editors/texworks/texworks-0.6.10-r3.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app-editors/texworks/texworks-0.6.10-r3.ebuild b/app-editors/texworks/texworks-0.6.10-r3.ebuild index 9062a8d..c10401e 100644 --- a/app-editors/texworks/texworks-0.6.10-r3.ebuild +++ b/app-editors/texworks/texworks-0.6.10-r3.ebuild @@ -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 "