commit: 1c3768dcdc674a263feedb71e6d949d738d8e215
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 12:47:31 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> 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 \