mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-portage/portagecfg: switch fully to Qt6
* Add Portage to RDEPEND as the package writes to Portage-specific directories and may invoke it directly via --run-portage. * Cmake.eclass caught up with the BDEPEND minver of cmake, so let's drop that. Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2024 Brayan M. Salazar <this.brayan@proton.me>
|
||||
# Copyright 2024-2025 Brayan M. Salazar <this.brayan@proton.me>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -13,9 +13,9 @@ LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtbase:6
|
||||
dev-qt/linguist-tools:5
|
||||
DEPEND="dev-qt/qtbase:6"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
sys-apps/portage
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=">=dev-build/cmake-3.28"
|
||||
BDEPEND="dev-qt/qttools:6[linguist]"
|
||||
Reference in New Issue
Block a user