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 049C059CA3 for ; Sun, 13 Mar 2016 11:04:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1821F21C006; Sun, 13 Mar 2016 11:04:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0BC021C006 for ; Sun, 13 Mar 2016 11:04:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1784F340A3B for ; Sun, 13 Mar 2016 11:04:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2360209B for ; Sun, 13 Mar 2016 11:04:37 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1457867063.4d1572d951d9ff57ea4d100af709204a3b11a5d6.johu@gentoo> Subject: [gentoo-commits] dev/johu:master commit in: app-admin/calamares/ X-VCS-Repository: dev/johu X-VCS-Files: app-admin/calamares/calamares-9999.ebuild X-VCS-Directories: app-admin/calamares/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 4d1572d951d9ff57ea4d100af709204a3b11a5d6 X-VCS-Branch: master Date: Sun, 13 Mar 2016 11:04:37 +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: 23cb1d00-99bb-419c-a143-a3b382bfef85 X-Archives-Hash: 821848c827f3074895f9e7f742a530d0 commit: 4d1572d951d9ff57ea4d100af709204a3b11a5d6 Author: Johannes Huber gentoo org> AuthorDate: Sun Mar 13 11:04:23 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Mar 13 11:04:23 2016 +0000 URL: https://gitweb.gentoo.org/dev/johu.git/commit/?id=4d1572d9 app-admin/calamares: EAPI 6 Package-Manager: portage-2.2.28 app-admin/calamares/calamares-9999.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app-admin/calamares/calamares-9999.ebuild b/app-admin/calamares/calamares-9999.ebuild index 3d29dd3..73af205 100644 --- a/app-admin/calamares/calamares-9999.ebuild +++ b/app-admin/calamares/calamares-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python{3_3,3_4} ) inherit kde5 python-r1 @@ -26,8 +26,10 @@ DEPEND="${PYTHON_DEPS} >=dev-cpp/yaml-cpp-0.5.1 >=dev-libs/boost-1.55:=[${PYTHON_USEDEP}] $(add_frameworks_dep kconfig) - $(add_frameworks_dep ki18n) $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) $(add_frameworks_dep solid) dev-qt/linguist-tools:5 dev-qt/qtdbus:5 @@ -38,6 +40,7 @@ DEPEND="${PYTHON_DEPS} sys-apps/dbus sys-apps/dmidecode sys-auth/polkit-qt[qt5] + >=sys-libs/kpmcore-2.1.0 " RDEPEND="${DEPEND} @@ -61,6 +64,8 @@ src_prepare() { PYTHON_INCLUDE_PATH="$(python_get_library_path)"\ PYTHON_CFLAGS="$(python_get_CFLAGS)"\ PYTHON_LIBS="$(python_get_LIBS)" + + eapply_user } src_configure() {