sys-cluster/genders: removed quotes

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2020-03-02 22:47:21 +01:00
parent b21e21549b
commit 375281ea67
2 changed files with 4 additions and 4 deletions

View File

@@ -59,14 +59,14 @@ src_configure() {
use java && append-cflags "-I${S}/src/libgenders"
use java && append-cflags "$(java-pkg_get-jni-cflags)"
local myconf="(
local myconf=(
--disable-static
--with-non-shortened-hostnames
$(use_with cxx cplusplus-extensions)
$(use_with java java-extensions)
$(use_with perl perl-extensions)
$(use_with python python-extensions)
)"
)
econf "${myconf[@]}"
}

View File

@@ -59,14 +59,14 @@ src_configure() {
use java && append-cflags "-I${S}/src/libgenders"
use java && append-cflags "$(java-pkg_get-jni-cflags)"
local myconf="(
local myconf=(
--disable-static
--with-non-shortened-hostnames
$(use_with cxx cplusplus-extensions)
$(use_with java java-extensions)
$(use_with perl perl-extensions)
$(use_with python python-extensions)
)"
)
econf "${myconf[@]}"
}