diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-14 21:37:04 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-14 23:36:50 +0100 |
commit | f578ac8f12cba0af9bc79206a0a6750448774794 (patch) | |
tree | d2f4a489cd34f33c92d036f931a1550bf0379f0b /kde-frameworks/purpose | |
parent | kde-frameworks/purpose: Bump to 1st net-libs/accounts-qml version w/ qt6 (diff) | |
download | kde-f578ac8f12cba0af9bc79206a0a6750448774794.tar.gz kde-f578ac8f12cba0af9bc79206a0a6750448774794.tar.bz2 kde-f578ac8f12cba0af9bc79206a0a6750448774794.zip |
kde-frameworks/purpose: Relax net-libs/* min versions
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/purpose')
-rw-r--r-- | kde-frameworks/purpose/purpose-5.114.0.ebuild | 4 | ||||
-rw-r--r-- | kde-frameworks/purpose/purpose-5.239.9999.ebuild | 2 | ||||
-rw-r--r-- | kde-frameworks/purpose/purpose-5.248.0.ebuild | 2 | ||||
-rw-r--r-- | kde-frameworks/purpose/purpose-9999.ebuild | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/kde-frameworks/purpose/purpose-5.114.0.ebuild b/kde-frameworks/purpose/purpose-5.114.0.ebuild index f2acc6d5c2..f615cc6a0e 100644 --- a/kde-frameworks/purpose/purpose-5.114.0.ebuild +++ b/kde-frameworks/purpose/purpose-5.114.0.ebuild @@ -36,7 +36,7 @@ DEPEND=" kde-apps/kaccounts-integration:6[qt5] kde-apps/kaccounts-integration:5 ) - >=net-libs/accounts-qt-1.16-r1[qt5(-)] + net-libs/accounts-qt[qt5(+)] ) " RDEPEND="${DEPEND} @@ -45,7 +45,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-0.7-r3[qt5(-)] ) + kaccounts? ( net-libs/accounts-qml[qt5(+)] ) " BDEPEND="kaccounts? ( dev-util/intltool )" diff --git a/kde-frameworks/purpose/purpose-5.239.9999.ebuild b/kde-frameworks/purpose/purpose-5.239.9999.ebuild index cbd23dc0f0..2191be5136 100644 --- a/kde-frameworks/purpose/purpose-5.239.9999.ebuild +++ b/kde-frameworks/purpose/purpose-5.239.9999.ebuild @@ -36,7 +36,7 @@ DEPEND=" kde-apps/kaccounts-integration:6[qt5] kde-apps/kaccounts-integration:5 ) - >=net-libs/accounts-qt-1.16-r1[qt5(-)] + >=net-libs/accounts-qt-1.16_p20220803[qt5(-)] ) " RDEPEND="${DEPEND} diff --git a/kde-frameworks/purpose/purpose-5.248.0.ebuild b/kde-frameworks/purpose/purpose-5.248.0.ebuild index f83c0cb5d7..9bbe6f40ab 100644 --- a/kde-frameworks/purpose/purpose-5.248.0.ebuild +++ b/kde-frameworks/purpose/purpose-5.248.0.ebuild @@ -31,7 +31,7 @@ DEPEND=" =kde-frameworks/prison-${PVCUT}*:6 kaccounts? ( kde-apps/kaccounts-integration:6 - >=net-libs/accounts-qt-1.16-r1[qt6] + >=net-libs/accounts-qt-1.16_p20220803[qt6] ) " RDEPEND="${DEPEND} diff --git a/kde-frameworks/purpose/purpose-9999.ebuild b/kde-frameworks/purpose/purpose-9999.ebuild index dd66eb4de8..da5af4c338 100644 --- a/kde-frameworks/purpose/purpose-9999.ebuild +++ b/kde-frameworks/purpose/purpose-9999.ebuild @@ -31,7 +31,7 @@ DEPEND=" =kde-frameworks/prison-${PVCUT}*:6 kaccounts? ( kde-apps/kaccounts-integration:6 - >=net-libs/accounts-qt-1.16-r1[qt6] + >=net-libs/accounts-qt-1.16_p20220803[qt6] ) " RDEPEND="${DEPEND} |