commit: 2073151906727fee884962418518a457c9fd226c Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Sat Mar 26 10:31:47 2016 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Sat Mar 26 10:31:47 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=20731519
kde-misc/kio-mtp: KF5, EAPI 6 Package-Manager: portage-2.2.28 kde-misc/kio-mtp/kio-mtp-9999.ebuild | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/kde-misc/kio-mtp/kio-mtp-9999.ebuild b/kde-misc/kio-mtp/kio-mtp-9999.ebuild index 08d778b..2bf803e 100644 --- a/kde-misc/kio-mtp/kio-mtp-9999.ebuild +++ b/kde-misc/kio-mtp/kio-mtp-9999.ebuild @@ -2,19 +2,24 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -inherit kde4-base +EGIT_BRANCH="frameworks" +inherit kde5 -DESCRIPTION="MTP KIO-Client for KDE" +DESCRIPTION="MTP KIO-Client for Plasma" HOMEPAGE="https://projects.kde.org/projects/playground/base/kio-mtp" LICENSE="GPL-2" -SLOT="4" KEYWORDS="" -IUSE="debug" +IUSE="" DEPEND=" + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep solid) >=media-libs/libmtp-1.1.3 " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !kde-misc/kio-mtp:4 +"
