summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-12-12 14:47:24 +0000
committerMichael Palimaka <kensington@gentoo.org>2014-12-12 14:47:24 +0000
commit46fbd6a81f6641560b35a64c65e80b3137908a16 (patch)
treeecb4914e6c8cd14e4d04351ff5a8dd80d0b862de /kde-frameworks
parentPin Qt dependency to 5.3 to avoid breakage wrt bug #523616. (diff)
downloadgentoo-2-46fbd6a81f6641560b35a64c65e80b3137908a16.tar.gz
gentoo-2-46fbd6a81f6641560b35a64c65e80b3137908a16.tar.bz2
gentoo-2-46fbd6a81f6641560b35a64c65e80b3137908a16.zip
Pin Qt dependency to 5.3 to avoid breakage wrt bug #523616.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/frameworkintegration/ChangeLog6
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-5.4.0.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/kde-frameworks/frameworkintegration/ChangeLog b/kde-frameworks/frameworkintegration/ChangeLog
index 315906a6243f..798c8d5f4e1b 100644
--- a/kde-frameworks/frameworkintegration/ChangeLog
+++ b/kde-frameworks/frameworkintegration/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-frameworks/frameworkintegration
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/frameworkintegration/ChangeLog,v 1.3 2014/11/14 18:55:35 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/frameworkintegration/ChangeLog,v 1.4 2014/12/12 14:47:24 kensington Exp $
+
+ 12 Dec 2014; Michael Palimaka <kensington@gentoo.org>
+ frameworkintegration-5.4.0.ebuild:
+ Pin Qt dependency to 5.3 to avoid breakage wrt bug #523616.
14 Nov 2014; Manuel Rüger <mrueg@gentoo.org>
-frameworkintegration-5.3.0.ebuild:
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.4.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.4.0.ebuild
index 20d402519c22..d9a6fef63432 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.4.0.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.4.0.ebuild
@@ -1,9 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/frameworkintegration/frameworkintegration-5.4.0.ebuild,v 1.1 2014/11/14 11:01:35 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/frameworkintegration/frameworkintegration-5.4.0.ebuild,v 1.2 2014/12/12 14:47:24 kensington Exp $
EAPI=5
+QT_MINIMAL="5.3.0"
VIRTUALX_REQUIRED="test"
inherit kde5
@@ -25,6 +26,7 @@ RDEPEND="
$(add_frameworks_dep knotifications)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
+ =dev-qt/qtcore-5.3*:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5