sys-devel/gdb: Fix missing "use" in 8.0 as well
authorManuel Rüger <mrueg@gentoo.org>
Wed, 4 Oct 2017 13:54:05 +0000 (15:54 +0200)
committerManuel 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

index be4e6f4f5f095ac2111683224f97a10c53e84f83..825036422890cb8470de2c5e1b6135a4a4641e9c 100644 (file)
@@ -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 )