diff options
Diffstat (limited to 'sys-devel/gdb/gdb-6.6-r2.ebuild')
-rw-r--r-- | sys-devel/gdb/gdb-6.6-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gdb/gdb-6.6-r2.ebuild b/sys-devel/gdb/gdb-6.6-r2.ebuild index 5b497aae6d5a..3d0b58730b39 100644 --- a/sys-devel/gdb/gdb-6.6-r2.ebuild +++ b/sys-devel/gdb/gdb-6.6-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.6-r2.ebuild,v 1.15 2013/02/09 04:38:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.6-r2.ebuild,v 1.16 2015/02/20 15:42:58 vapier Exp $ inherit flag-o-matic eutils @@ -33,7 +33,7 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} cd "${S}" - use vanilla || EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch + ! use vanilla && EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch strip-linguas -u bfd/po opcodes/po } |