mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user