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 741191382C5 for ; Thu, 25 Jan 2018 19:17:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61500E091D; Thu, 25 Jan 2018 19:17:19 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42462E091D for ; Thu, 25 Jan 2018 19:17:19 +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 0E58D335C31 for ; Thu, 25 Jan 2018 19:17:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CBD61DA for ; Thu, 25 Jan 2018 19:17:16 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1516907412.0d083fc84376e65e260406c10dafab8dcddfc43a.chiitoo@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: www-client/falkon/ X-VCS-Repository: proj/kde X-VCS-Files: www-client/falkon/falkon-9999.ebuild X-VCS-Directories: www-client/falkon/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 0d083fc84376e65e260406c10dafab8dcddfc43a X-VCS-Branch: master Date: Thu, 25 Jan 2018 19:17:16 +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: 85b0514d-2829-4dd8-9631-c1c6679222aa X-Archives-Hash: 5debe8e54cc04a6cfbbc52720fb3f122 commit: 0d083fc84376e65e260406c10dafab8dcddfc43a Author: Jimi Huotari gentoo org> AuthorDate: Thu Jan 25 19:01:04 2018 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Thu Jan 25 19:10:12 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0d083fc8 www-client/falkon: Remove 'DISABLE_UPDATES_CHECK' from configure. Upstream-Commit: 6f20d5e5117a986e03d4b16ffbb4050fd1c0e733 Package-Manager: Portage-2.3.20, Repoman-2.3.6 www-client/falkon/falkon-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild index 9b09b1cab6..9c33059531 100644 --- a/www-client/falkon/falkon-9999.ebuild +++ b/www-client/falkon/falkon-9999.ebuild @@ -50,7 +50,6 @@ src_configure() { -DBUILD_KEYRING=$(usex gnome-keyring) $(cmake-utils_use_find_package kwallet KF5Wallet) -DNO_X11=$(usex !X) - -DDISABLE_UPDATES_CHECK=OFF ) kde5_src_configure }