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 D0BC3139085 for ; Tue, 27 Dec 2016 12:48:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36E91E0BCC; Tue, 27 Dec 2016 12:48:17 +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 164EDE0BCC for ; Tue, 27 Dec 2016 12:48:17 +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 3A90E34108B for ; Tue, 27 Dec 2016 12:48:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 059F224E0 for ; Tue, 27 Dec 2016 12:48:15 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1482842886.1c3768dcdc674a263feedb71e6d949d738d8e215.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/graph-tool/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/graph-tool/graph-tool-2.19.ebuild dev-python/graph-tool/graph-tool-9999.ebuild X-VCS-Directories: dev-python/graph-tool/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1c3768dcdc674a263feedb71e6d949d738d8e215 X-VCS-Branch: master Date: Tue, 27 Dec 2016 12:48:15 +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: e894b625-48c7-4066-9278-5695c7554538 X-Archives-Hash: 5369bd9d47d9396be40014b12e33e38e commit: 1c3768dcdc674a263feedb71e6d949d738d8e215 Author: David Seifert gentoo org> AuthorDate: Tue Dec 27 12:47:31 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Dec 27 12:48:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c3768dc dev-python/graph-tool: Quote brackets to prevent unintentional expanding Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/graph-tool/graph-tool-2.19.ebuild | 2 +- dev-python/graph-tool/graph-tool-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/graph-tool/graph-tool-2.19.ebuild b/dev-python/graph-tool/graph-tool-2.19.ebuild index 4c2f617..2976ab9 100644 --- a/dev-python/graph-tool/graph-tool-2.19.ebuild +++ b/dev-python/graph-tool/graph-tool-2.19.ebuild @@ -61,7 +61,7 @@ src_prepare() { src_configure() { local threads - has_version dev-libs/boost[threads] && threads="-mt" + has_version 'dev-libs/boost[threads]' && threads="-mt" configure() { econf \ diff --git a/dev-python/graph-tool/graph-tool-9999.ebuild b/dev-python/graph-tool/graph-tool-9999.ebuild index 4c2f617..2976ab9 100644 --- a/dev-python/graph-tool/graph-tool-9999.ebuild +++ b/dev-python/graph-tool/graph-tool-9999.ebuild @@ -61,7 +61,7 @@ src_prepare() { src_configure() { local threads - has_version dev-libs/boost[threads] && threads="-mt" + has_version 'dev-libs/boost[threads]' && threads="-mt" configure() { econf \