diff options
author | Martin Mokrejš <mmokrejs@fold.natur.cuni.cz> | 2017-02-26 14:56:34 +0100 |
---|---|---|
committer | Martin Mokrejš <mmokrejs@fold.natur.cuni.cz> | 2017-02-26 14:56:34 +0100 |
commit | c97422a68682ca78715b64e14bf27e45e6dc45e3 (patch) | |
tree | d51672d58c3a0338707d1a64395ddd145257406c | |
parent | sci-biology/flexbar: version bump (diff) | |
download | sci-c97422a68682ca78715b64e14bf27e45e6dc45e3.tar.gz sci-c97422a68682ca78715b64e14bf27e45e6dc45e3.tar.bz2 sci-c97422a68682ca78715b64e14bf27e45e6dc45e3.zip |
sci-biology/flexbar: remove spaces
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r-- | sci-biology/flexbar/flexbar-2.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-biology/flexbar/flexbar-2.7.0.ebuild b/sci-biology/flexbar/flexbar-2.7.0.ebuild index 5fbee3998..9fc465c10 100644 --- a/sci-biology/flexbar/flexbar-2.7.0.ebuild +++ b/sci-biology/flexbar/flexbar-2.7.0.ebuild @@ -23,7 +23,7 @@ RDEPEND="${CDEPEND}" # TODO: need to call 'pkg-config --cflags seqan-2.2' and pass it down src_configure() { local CPPFLAGS=${CPPFLAGS} - append-cppflags `pkg-config --cflags seqan-2.2` + append-cppflags `pkg-config --cflags seqan-2.2` local CXXFLAGS="${CXXFLAGS}" append-cxxflags "-std=c++14" cmake-utils_src_configure |