app-editors/texworks: Sync with final PR version
This commit is contained in:
parent
d982fd2bed
commit
33fea14403
1 changed files with 6 additions and 6 deletions
|
@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
LUA_COMPAT=( lua5-{1..4} )
|
LUA_COMPAT=( lua5-{1..4} )
|
||||||
PYTHON_COMPAT=( python3_{9..13} )
|
PYTHON_COMPAT=( python3_{10..13} )
|
||||||
CMAKE_REMOVE_MODULES_LIST=( FindLua )
|
CMAKE_REMOVE_MODULES_LIST=( FindLua )
|
||||||
inherit lua-single python-single-r1 cmake xdg
|
inherit lua-single python-single-r1 cmake xdg
|
||||||
|
|
||||||
|
@ -28,16 +28,16 @@ RDEPEND="
|
||||||
app-text/hunspell:=
|
app-text/hunspell:=
|
||||||
app-text/poppler[qt6]
|
app-text/poppler[qt6]
|
||||||
dev-qt/qt5compat:6
|
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
|
sys-libs/zlib
|
||||||
lua? ( ${LUA_DEPS} )
|
lua? ( ${LUA_DEPS} )
|
||||||
python? ( ${PYTHON_DEPS} )
|
python? ( ${PYTHON_DEPS} )
|
||||||
"
|
"
|
||||||
|
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
dev-qt/qttools[linguist]
|
dev-qt/qttools:6[linguist]
|
||||||
virtual/pkgconfig
|
virtual/pkgconfig
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue