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 253C4138334 for ; Fri, 2 Nov 2018 14:07:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02068E07F0; Fri, 2 Nov 2018 14:07:44 +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 D6BD4E07F0 for ; Fri, 2 Nov 2018 14:07:42 +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 0CF4D335C5A for ; Fri, 2 Nov 2018 14:07:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B217435 for ; Fri, 2 Nov 2018 14:07:39 +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: <1541167646.3304289282df4dea80a1b38c0969bd4aeee1b03d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild X-VCS-Directories: sys-auth/polkit-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3304289282df4dea80a1b38c0969bd4aeee1b03d X-VCS-Branch: master Date: Fri, 2 Nov 2018 14:07:39 +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: d101b81a-59b8-4777-8aa1-20f83560ab1f X-Archives-Hash: bc8d1d534bc07777bde71180de8215ef commit: 3304289282df4dea80a1b38c0969bd4aeee1b03d Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 2 14:06:57 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 2 14:07:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33042892 sys-auth/polkit-qt: Drop USE examples Closes: https://bugs.gentoo.org/664114 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild index cfd05deaabc..bc0b5722cec 100644 --- a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild +++ b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.xz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~x86-fbsd" -IUSE="debug examples" +IUSE="debug" RDEPEND=" dev-libs/glib:2 @@ -22,7 +22,6 @@ RDEPEND=" dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-auth/polkit-0.103 - examples? ( dev-qt/qtxml:5 ) " DEPEND="${RDEPEND}" @@ -32,7 +31,7 @@ S=${WORKDIR}/${MY_P} src_configure() { local mycmakeargs=( - -DBUILD_EXAMPLES=$(usex examples) + -DBUILD_EXAMPLES=OFF -DUSE_QT4=OFF -DUSE_QT5=ON )