commit: 72b0cb639c24916ff2cb509f98fd28d01effc3c6
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Aug 7 23:43:52 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Aug 7 23:43:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=72b0cb63
sci-mathematics/the-omega-project: reverse gui logic
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
.../the-omega-project/the-omega-project-2.1_p20131119.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/sci-mathematics/the-omega-project/the-omega-project-2.1_p20131119.ebuild
b/sci-mathematics/the-omega-project/the-omega-project-2.1_p20131119.ebuild
index ee5e18912..494b4f982 100644
--- a/sci-mathematics/the-omega-project/the-omega-project-2.1_p20131119.ebuild
+++ b/sci-mathematics/the-omega-project/the-omega-project-2.1_p20131119.ebuild
@@ -43,7 +43,7 @@ src_prepare() {
default
append-cxxflags '-DSTILL_CHECK_MULT=1'
use debug || append-cxxflags '-DNDEBUG'
- use gui && append-cxxflags '-DBATCH_ONLY_PETIT'
+ use gui || append-cxxflags '-DBATCH_ONLY_PETIT'
tc-export CXX RANLIB
sed -e "s|/usr/lib|/usr/$(get_libdir)|g" -i Makefile.config || die
}