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 E829159CA5 for ; Tue, 22 Mar 2016 12:04:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41C1821C114; Tue, 22 Mar 2016 12:04:04 +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 9D42021C114 for ; Tue, 22 Mar 2016 12:04:03 +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 6AE4D340B6E for ; Tue, 22 Mar 2016 12:04:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD71B866 for ; Tue, 22 Mar 2016 12:03:59 +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: <1458648148.27e0f8b8f5b75db52e812ee00d822d66c49a95cb.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: 27e0f8b8f5b75db52e812ee00d822d66c49a95cb X-VCS-Branch: master Date: Tue, 22 Mar 2016 12:03:59 +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: acb9dc21-fc67-4f54-81ea-7acbf194df87 X-Archives-Hash: 3b67734c83c549928e4a206c01dbde37 commit: 27e0f8b8f5b75db52e812ee00d822d66c49a95cb Author: Johannes Huber gentoo org> AuthorDate: Tue Mar 22 12:02:28 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Mar 22 12:02:28 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=27e0f8b8 sys-auth/polkit-qt: EAPI 6 Package-Manager: portage-2.2.28 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild index 17cc224..ad50f88 100644 --- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild +++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit cmake-utils multibuild git-r3 @@ -45,7 +45,7 @@ src_configure() { myconfigure() { local mycmakeargs=( -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc - $(cmake-utils_use_build examples) + -DBUILD_EXAMPLES=$(usex examples) ) if [[ ${MULTIBUILD_VARIANT} = qt4 ]] ; then