commit: d173828a3a4e3cf5eb3c0e7afbd0f13e922d194d
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Feb 21 09:39:07 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Feb 23 14:15:18 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d173828a
kde-apps/kmag: Pin libkdeaccessibilityclient to slot 5
Package-Manager: portage-2.2.27
kde-apps/kmag/kmag-5.9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kmag/kmag-5.9999.ebuild b/kde-apps/kmag/kmag-5.9999.ebuild
index aef71d8..8c415c4 100644
--- a/kde-apps/kmag/kmag-5.9999.ebuild
+++ b/kde-apps/kmag/kmag-5.9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
EGIT_BRANCH="frameworks"
KDE_HANDBOOK="forceoptional"
@@ -24,7 +24,7 @@ DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtprintsupport)
$(add_qt_dep qtwidgets)
- keyboardfocus? ( media-libs/libkdeaccessibilityclient )
+ keyboardfocus? ( media-libs/libkdeaccessibilityclient:5 )
"
RDEPEND="${DEPEND}"