dev-python/graph-tool: Quote brackets to prevent unintentional expanding

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
David Seifert
2016-12-27 14:47:31 +02:00
parent f794393c38
commit 1c3768dcdc
2 changed files with 2 additions and 2 deletions

View File

@@ -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 \