summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-10-04 15:54:05 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-10-04 15:54:05 +0200
commit2f39bfab630670b935d1b84961874b9f0d4a9fdb (patch)
treefb4233a53e15101bd224e3c89610cbce21d6d756 /sys-devel/gdb/gdb-8.0.ebuild
parentsys-devel/gdb: Version bump to 8.0.1 (diff)
downloadgentoo-2f39bfab630670b935d1b84961874b9f0d4a9fdb.tar.gz
gentoo-2f39bfab630670b935d1b84961874b9f0d4a9fdb.tar.bz2
gentoo-2f39bfab630670b935d1b84961874b9f0d4a9fdb.zip
sys-devel/gdb: Fix missing "use" in 8.0 as well
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'sys-devel/gdb/gdb-8.0.ebuild')
-rw-r--r--sys-devel/gdb/gdb-8.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-8.0.ebuild b/sys-devel/gdb/gdb-8.0.ebuild
index be4e6f4f5f09..825036422890 100644
--- 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 )