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:
Lucio Sauer
2025-12-02 13:48:23 +01:00
parent 0656b0d825
commit 77ff9ad591

View File

@@ -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]"