aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-23 21:21:35 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-28 16:55:59 +0100
commitb3bf5f19f6104c1f51b8bc5b2df2b067857779c5 (patch)
treebb5ea362c6a78eb5bcfae5e30e8112eb1fd46fba /kde-frameworks/kded/kded-9999.ebuild
parentnet-libs/libktorrent: Disable more brittle tests (diff)
downloadkde-b3bf5f19f6104c1f51b8bc5b2df2b067857779c5.tar.gz
kde-b3bf5f19f6104c1f51b8bc5b2df2b067857779c5.tar.bz2
kde-b3bf5f19f6104c1f51b8bc5b2df2b067857779c5.zip
kde-frameworks: Lock down version on kde-frameworks/* deps to =${PVCUT}*
...where PVCUT=$(ver_cut 1-2) so it does not break with the rare point release. KDE Frameworks do not guarantee compatibility with mixed versions, similar to how no one would expect half of a Qt upgrade to work trouble free. Bug: https://bugs.gentoo.org/703622 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kded/kded-9999.ebuild')
-rw-r--r--kde-frameworks/kded/kded-9999.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/kde-frameworks/kded/kded-9999.ebuild b/kde-frameworks/kded/kded-9999.ebuild
index 74d60b89c1..65e7656ae6 100644
--- a/kde-frameworks/kded/kded-9999.ebuild
+++ b/kde-frameworks/kded/kded-9999.ebuild
@@ -18,15 +18,15 @@ BDEPEND="
man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
"
DEPEND="
- >=kde-frameworks/kconfig-${PVCUT}:5
- >=kde-frameworks/kcoreaddons-${PVCUT}:5
- >=kde-frameworks/kcrash-${PVCUT}:5
- >=kde-frameworks/kdbusaddons-${PVCUT}:5
- >=kde-frameworks/kinit-${PVCUT}:5
- >=kde-frameworks/kservice-${PVCUT}:5
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/kcrash-${PVCUT}*:5
+ =kde-frameworks/kdbusaddons-${PVCUT}*:5
+ =kde-frameworks/kinit-${PVCUT}*:5
+ =kde-frameworks/kservice-${PVCUT}*:5
"
RDEPEND="${DEPEND}"