projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c080d1
)
sys-devel/gdb: Fix missing "use" in 8.0 as well
author
Manuel Rüger
<mrueg@gentoo.org>
Wed, 4 Oct 2017 13:54:05 +0000
(15:54 +0200)
committer
Manuel Rüger
<mrueg@gentoo.org>
Wed, 4 Oct 2017 13:54:05 +0000
(15:54 +0200)
Package-Manager: Portage-2.3.11, Repoman-2.3.3
sys-devel/gdb/gdb-8.0.ebuild
patch
|
blob
|
history
diff --git
a/sys-devel/gdb/gdb-8.0.ebuild
b/sys-devel/gdb/gdb-8.0.ebuild
index be4e6f4f5f095ac2111683224f97a10c53e84f83..825036422890cb8470de2c5e1b6135a4a4641e9c 100644
(file)
--- a/
sys-devel/gdb/gdb-8.0.ebuild
+++ b/
sys-devel/gdb/gdb-8.0.ebuild
@@
-164,7
+164,7
@@
src_configure() {
$(use_with python python "${EPYTHON}")
)
fi
- if use sparc-solaris || x86-solaris ; then
+ if use sparc-solaris ||
use
x86-solaris ; then
# disable largefile support
# https://sourceware.org/ml/gdb-patches/2014-12/msg00058.html
myconf+=( --disable-largefile )