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 3AFAF138330 for ; Thu, 8 Sep 2016 10:09:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B8BDE0B7C; Thu, 8 Sep 2016 10:08:59 +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 D48C9E0B7C for ; Thu, 8 Sep 2016 10:08:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3EE9533BF54 for ; Thu, 8 Sep 2016 10:08:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F32B42474 for ; Thu, 8 Sep 2016 10:08:54 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1473329327.f8f1a8e822ad938bbb6f51adc9713bdc0b66edbd.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/qtox/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/qtox/qtox-1.5.0.ebuild X-VCS-Directories: net-im/qtox/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: f8f1a8e822ad938bbb6f51adc9713bdc0b66edbd X-VCS-Branch: master Date: Thu, 8 Sep 2016 10:08: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: 84bdfae7-a622-449c-8fab-b3aa0b407950 X-Archives-Hash: ac51336c00e9c9d641429f9562af3a1a commit: f8f1a8e822ad938bbb6f51adc9713bdc0b66edbd Author: Patrick Lauer gentoo org> AuthorDate: Thu Sep 8 10:08:31 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Thu Sep 8 10:08:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f1a8e8 net-im/qtox: Whitespace Package-Manager: portage-2.3.0 net-im/qtox/qtox-1.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/qtox/qtox-1.5.0.ebuild b/net-im/qtox/qtox-1.5.0.ebuild index 43cef91..6917c87 100644 --- a/net-im/qtox/qtox-1.5.0.ebuild +++ b/net-im/qtox/qtox-1.5.0.ebuild @@ -60,7 +60,7 @@ pkg_pretend() { src_configure() { use gtk || local NO_GTK_SUPPORT="ENABLE_SYSTRAY_STATUSNOTIFIER_BACKEND=NO ENABLE_SYSTRAY_GTK_BACKEND=NO" use X || local NO_X_SUPPORT="DISABLE_PLATFORM_EXT=YES" - + eqmake5 \ PREFIX="${D}/usr" \ GIT_DESCRIBE="${PV}" \