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 B4D28138330 for ; Sun, 9 Oct 2016 18:28:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACFDAE0B62; Sun, 9 Oct 2016 18:28:44 +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 91BD9E0B62 for ; Sun, 9 Oct 2016 18:28:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 72E2B340EC7 for ; Sun, 9 Oct 2016 18:28:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5071B7E1 for ; Sun, 9 Oct 2016 18:28:41 +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: <1476037712.eca11a54238b53e4be7fb7f8f422df3328080833.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kservice/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kservice/kservice-9999.ebuild X-VCS-Directories: kde-frameworks/kservice/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: eca11a54238b53e4be7fb7f8f422df3328080833 X-VCS-Branch: master Date: Sun, 9 Oct 2016 18:28:41 +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: 2ea4ecc3-1709-4ea8-a8be-4da75f41155b X-Archives-Hash: 399a0a5342cbe59e7f91c95d5efd4e8c commit: eca11a54238b53e4be7fb7f8f422df3328080833 Author: Michael Palimaka gentoo org> AuthorDate: Sun Oct 9 18:28:27 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Oct 9 18:28:32 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=eca11a54 kde-frameworks/kservice: rename applications.menu to avoid collisions Gentoo-bug: 596316 Package-Manager: portage-2.3.1 kde-frameworks/kservice/kservice-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-frameworks/kservice/kservice-9999.ebuild b/kde-frameworks/kservice/kservice-9999.ebuild index ee3dc26..ac11b2c 100644 --- a/kde-frameworks/kservice/kservice-9999.ebuild +++ b/kde-frameworks/kservice/kservice-9999.ebuild @@ -30,6 +30,7 @@ RESTRICT+=" test" src_configure() { local mycmakeargs=( + -DAPPLICATIONS_MENU_NAME=kf5-applications.menu $(cmake-utils_use_find_package man KF5DocTools) )