summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-18 21:04:11 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-12-19 21:43:54 +0100
commit314400eff4a0ec14f683dc2c519e0c0d47435299 (patch)
tree719c8e44f2bc71568ac4eb7be771713243c92f0b /kde-frameworks
parentkde-apps/ktp-common-internals: Adjust deps to new qt5,qt6 IUSE additions (diff)
downloadgentoo-314400eff4a0ec14f683dc2c519e0c0d47435299.tar.gz
gentoo-314400eff4a0ec14f683dc2c519e0c0d47435299.tar.bz2
gentoo-314400eff4a0ec14f683dc2c519e0c0d47435299.zip
kde-frameworks/purpose: Adjust deps to new qt5,qt6 IUSE additions
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/purpose/purpose-5.112.0-r1.ebuild (renamed from kde-frameworks/purpose/purpose-5.112.0.ebuild)4
-rw-r--r--kde-frameworks/purpose/purpose-5.113.0-r1.ebuild (renamed from kde-frameworks/purpose/purpose-5.113.0.ebuild)4
2 files changed, 4 insertions, 4 deletions
diff --git a/kde-frameworks/purpose/purpose-5.112.0.ebuild b/kde-frameworks/purpose/purpose-5.112.0-r1.ebuild
index 59fcc332f8ea..a24151245924 100644
--- a/kde-frameworks/purpose/purpose-5.112.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.112.0-r1.ebuild
@@ -33,7 +33,7 @@ DEPEND="
=kde-frameworks/prison-${PVCUT}*:5
kaccounts? (
>=kde-apps/kaccounts-integration-19.04.3:5
- net-libs/accounts-qt
+ net-libs/accounts-qt[qt5(+)]
)
"
RDEPEND="${DEPEND}
@@ -41,7 +41,7 @@ RDEPEND="${DEPEND}
>=dev-qt/qtquickcontrols2-${QTMIN}:5
>=kde-frameworks/kdeclarative-${PVCUT}:5
bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
- kaccounts? ( net-libs/accounts-qml )
+ kaccounts? ( net-libs/accounts-qml[qt5(+)] )
"
src_prepare() {
diff --git a/kde-frameworks/purpose/purpose-5.113.0.ebuild b/kde-frameworks/purpose/purpose-5.113.0-r1.ebuild
index 12cd439d5dcb..e2755e76265b 100644
--- a/kde-frameworks/purpose/purpose-5.113.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.113.0-r1.ebuild
@@ -33,7 +33,7 @@ DEPEND="
=kde-frameworks/prison-${PVCUT}*:5
kaccounts? (
>=kde-apps/kaccounts-integration-19.04.3:5
- net-libs/accounts-qt
+ net-libs/accounts-qt[qt5(+)]
)
"
RDEPEND="${DEPEND}
@@ -42,7 +42,7 @@ RDEPEND="${DEPEND}
>=dev-qt/qtquickcontrols2-${QTMIN}:5
>=kde-frameworks/kdeclarative-${PVCUT}:5
bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
- kaccounts? ( net-libs/accounts-qml )
+ kaccounts? ( net-libs/accounts-qml[qt5(+)] )
"
src_prepare() {