From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 825781388C0 for ; Tue, 23 Feb 2016 14:15:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEA24E07E8; Tue, 23 Feb 2016 14:15:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFCA2E07E2 for ; Tue, 23 Feb 2016 14:15:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E99E3407E6 for ; Tue, 23 Feb 2016 14:15:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 399E11BA0 for ; Tue, 23 Feb 2016 14:15:29 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1456236918.d173828a3a4e3cf5eb3c0e7afbd0f13e922d194d.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kmag/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kmag/kmag-5.9999.ebuild X-VCS-Directories: kde-apps/kmag/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: d173828a3a4e3cf5eb3c0e7afbd0f13e922d194d X-VCS-Branch: master Date: Tue, 23 Feb 2016 14:15:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9ff6b264-3205-4ada-af5d-16aeb347ee3b X-Archives-Hash: b495531e3fcbac6939b69fe0390c7ad2 commit: d173828a3a4e3cf5eb3c0e7afbd0f13e922d194d Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Feb 21 09:39:07 2016 +0000 Commit: Michael Palimaka gentoo 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}"