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 C185C139694 for ; Tue, 6 Jun 2017 18:02:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 098F521C0A3; Tue, 6 Jun 2017 18:02:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DD3D621C0A3 for ; Tue, 6 Jun 2017 18:02:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1829E341A46 for ; Tue, 6 Jun 2017 18:02:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A23573E0 for ; Tue, 6 Jun 2017 18:02:10 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1496772114.75eee121eb33fcb1bc8d76be0c7538003acf7308.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kde-cli-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kde-cli-tools/kde-cli-tools-5.9.5-r1.ebuild X-VCS-Directories: kde-plasma/kde-cli-tools/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 75eee121eb33fcb1bc8d76be0c7538003acf7308 X-VCS-Branch: master Date: Tue, 6 Jun 2017 18:02:10 +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: a2ee5022-9ce0-457b-b8e9-5f895b99f9ad X-Archives-Hash: 079d8c8dd59f74c94b8374d4dfcb0453 commit: 75eee121eb33fcb1bc8d76be0c7538003acf7308 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 6 18:01:54 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 6 18:01:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75eee121 kde-plasma/kde-cli-tools: Remove leftover cmakearg Reported-by: Arfrever Upstream commit 66b720fd84a15e16b865f1db9d33ae94947a1c91 Package-Manager: Portage-2.3.5, Repoman-2.3.1 kde-plasma/kde-cli-tools/kde-cli-tools-5.9.5-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-5.9.5-r1.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-5.9.5-r1.ebuild index 569b3bfa977..bca13b0880c 100644 --- a/kde-plasma/kde-cli-tools/kde-cli-tools-5.9.5-r1.ebuild +++ b/kde-plasma/kde-cli-tools/kde-cli-tools-5.9.5-r1.ebuild @@ -45,7 +45,6 @@ RESTRICT+=" test" src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package kdesu KF5Su) - $(cmake-utils_use_find_package X KF5KDELibs4Support) $(cmake-utils_use_find_package X Qt5X11Extras) )