summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-08-03 17:33:14 +0000
committerMike Frysinger <vapier@gentoo.org>2004-08-03 17:33:14 +0000
commit2bb107ce4f81d51ccc9c569fe659b26e3de70100 (patch)
tree078240aec810ef3bedf1e5b69149a879df3c31ce /sys-devel/gdb/gdb-6.0.ebuild
parentstrip-linguas (diff)
downloadhistorical-2bb107ce4f81d51ccc9c569fe659b26e3de70100.tar.gz
historical-2bb107ce4f81d51ccc9c569fe659b26e3de70100.tar.bz2
historical-2bb107ce4f81d51ccc9c569fe659b26e3de70100.zip
prune LINGUAs #59179
Diffstat (limited to 'sys-devel/gdb/gdb-6.0.ebuild')
-rw-r--r--sys-devel/gdb/gdb-6.0.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys-devel/gdb/gdb-6.0.ebuild b/sys-devel/gdb/gdb-6.0.ebuild
index 695e830b4442..23489a05911b 100644
--- a/sys-devel/gdb/gdb-6.0.ebuild
+++ b/sys-devel/gdb/gdb-6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.0.ebuild,v 1.13 2004/06/24 22:46:27 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.0.ebuild,v 1.14 2004/08/03 17:33:14 vapier Exp $
inherit flag-o-matic eutils
@@ -22,10 +22,8 @@ src_unpack() {
epatch ${FILESDIR}/gdb-6.0-threadver-aug2003.patch
epatch ${FILESDIR}/gdb-6.0-coreutils.patch
epatch ${FILESDIR}/gdb-6.0-info.patch
-
- if [ "${ARCH}" = "sparc" ]; then
- epatch ${FILESDIR}/${PN}-5.3-sparc-nat-asm.patch
- fi
+ [ "${ARCH}" = "sparc" ] && epatch ${FILESDIR}/${PN}-5.3-sparc-nat-asm.patch
+ strip-linguas -u bfd/po opcodes/po
}
src_compile() {