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 E4CEA138334 for ; Mon, 10 Sep 2018 21:34:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2690E0D48; Mon, 10 Sep 2018 21:33: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 9D38AE0D47 for ; Mon, 10 Sep 2018 21:33:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 91D7B335D1D for ; Mon, 10 Sep 2018 21:33:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FCBC3D5 for ; Mon, 10 Sep 2018 21:33:54 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1536577431.0ba862c6c0b28c90d5f98a94408b85c75a0f658e.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-control-center/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gnome-control-center/gnome-control-center-3.26.2.ebuild X-VCS-Directories: gnome-base/gnome-control-center/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 0ba862c6c0b28c90d5f98a94408b85c75a0f658e X-VCS-Branch: master Date: Mon, 10 Sep 2018 21:33:54 +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: dc0dacaf-1c0c-48e5-83c6-81978f07a6a4 X-Archives-Hash: b836384400dc609fcf1bbb86cc0ca5fa commit: 0ba862c6c0b28c90d5f98a94408b85c75a0f658e Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Sep 10 11:03:51 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Sep 10 11:03:51 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=0ba862c6 gnome-base/gnome-control-center: remove unneeded QA check workaround Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --force Manifest-Sign-Key: 0x5A56C8CD0C13248A gnome-base/gnome-control-center/gnome-control-center-3.26.2.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnome-base/gnome-control-center/gnome-control-center-3.26.2.ebuild b/gnome-base/gnome-control-center/gnome-control-center-3.26.2.ebuild index cd5abacb..cbf8f1dc 100644 --- a/gnome-base/gnome-control-center/gnome-control-center-3.26.2.ebuild +++ b/gnome-base/gnome-control-center/gnome-control-center-3.26.2.ebuild @@ -16,9 +16,6 @@ SLOT="2" IUSE="+bluetooth +colord +cups debug +gnome-online-accounts +ibus input_devices_wacom kerberos networkmanager v4l wayland" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -# False positives caused by nested configure scripts -QA_CONFIGURE_OPTIONS=".*" - # gnome-session-2.91.6-r1 is needed so that 10-user-dirs-update is run at login # g-s-d[policykit] needed for bug #403527 # kerberos unfortunately means mit-krb5; build fails with heimdal