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 817931382C5 for ; Mon, 19 Mar 2018 20:52:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72EACE099F; Mon, 19 Mar 2018 20:52:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49368E099F for ; Mon, 19 Mar 2018 20:52:56 +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 DE2E6335C0C for ; Mon, 19 Mar 2018 20:52:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C7DD25C for ; Mon, 19 Mar 2018 20:52:53 +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: <1521492740.de2b51abd0eda6e17113106b4ea48d18ecbd4119.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/ X-VCS-Repository: proj/kde X-VCS-Files: sys-auth/polkit-qt/polkit-qt-9999.ebuild X-VCS-Directories: sys-auth/polkit-qt/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: de2b51abd0eda6e17113106b4ea48d18ecbd4119 X-VCS-Branch: master Date: Mon, 19 Mar 2018 20:52:53 +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: e62a8b87-ea93-4a5e-b9ad-226391bd6d21 X-Archives-Hash: 40de1f38fa383df9870550e445fd849a commit: de2b51abd0eda6e17113106b4ea48d18ecbd4119 Author: Johannes Huber gentoo org> AuthorDate: Mon Mar 19 20:52:20 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Mar 19 20:52:20 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=de2b51ab sys-auth/polkit-qt: Drop unused parameter Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild index bf58a5bc98..07c474cf46 100644 --- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild +++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild @@ -29,7 +29,6 @@ DOCS=( AUTHORS README README.porting TODO ) src_configure() { local mycmakeargs=( - -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc -DBUILD_EXAMPLES=$(usex examples) -DUSE_QT4=OFF -DUSE_QT5=ON