From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A53913908F for ; Wed, 1 Feb 2017 12:08:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0A8AE0DC7; Wed, 1 Feb 2017 12:08:36 +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 ACF54E0DC7 for ; Wed, 1 Feb 2017 12:08:36 +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 D40A93412CB for ; Wed, 1 Feb 2017 12:08:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7377E3D31 for ; Wed, 1 Feb 2017 12:08:34 +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: <1485950905.3d772e8445d513ead1f8d50b2a72f80d7736be6d.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kmenuedit/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kmenuedit/kmenuedit-5.9.0-r1.ebuild kde-plasma/kmenuedit/kmenuedit-5.9.0.ebuild X-VCS-Directories: kde-plasma/kmenuedit/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 3d772e8445d513ead1f8d50b2a72f80d7736be6d X-VCS-Branch: master Date: Wed, 1 Feb 2017 12:08:34 +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: 53212357-93ea-45c0-bc0a-2827a9a303cb X-Archives-Hash: 47b4f673875e75f5de8b546aff3bd3b4 commit: 3d772e8445d513ead1f8d50b2a72f80d7736be6d Author: Michael Palimaka gentoo org> AuthorDate: Wed Feb 1 12:07:38 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Feb 1 12:08:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d772e84 kde-plasma/kmenuedit: restore khotkeys Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../kmenuedit/{kmenuedit-5.9.0.ebuild => kmenuedit-5.9.0-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kde-plasma/kmenuedit/kmenuedit-5.9.0.ebuild b/kde-plasma/kmenuedit/kmenuedit-5.9.0-r1.ebuild similarity index 88% rename from kde-plasma/kmenuedit/kmenuedit-5.9.0.ebuild rename to kde-plasma/kmenuedit/kmenuedit-5.9.0-r1.ebuild index 6b08f06..4b4eedb 100644 --- a/kde-plasma/kmenuedit/kmenuedit-5.9.0.ebuild +++ b/kde-plasma/kmenuedit/kmenuedit-5.9.0-r1.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="KDE Plasma menu editor" HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kmenuedit" KEYWORDS="~amd64 ~arm ~x86" -IUSE="" +IUSE="+hotkeys" DEPEND=" $(add_frameworks_dep kcompletion) @@ -30,6 +30,7 @@ DEPEND=" $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) + hotkeys? ( $(add_plasma_dep khotkeys) ) " RDEPEND="${DEPEND} !kde-plasma/kmenuedit:4 @@ -37,7 +38,7 @@ RDEPEND="${DEPEND} src_configure() { local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_KHotKeysDBusInterface=ON + $(cmake-utils_use_find_package hotkeys KHotKeysDBusInterface) ) kde5_src_configure