summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-06 08:10:54 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-06 08:10:54 +0000
commitd38918da6b11e1b542bd64a7b6ca36e2cbba5aef (patch)
tree6fe04768794c1621eb88edb8ece89ece2c5f25b4 /sys-devel/gdb/gdb-5.2.1.ebuild
parentwhitespace cleanup (diff)
downloadhistorical-d38918da6b11e1b542bd64a7b6ca36e2cbba5aef.tar.gz
historical-d38918da6b11e1b542bd64a7b6ca36e2cbba5aef.tar.bz2
historical-d38918da6b11e1b542bd64a7b6ca36e2cbba5aef.zip
whitespace cleanup
Diffstat (limited to 'sys-devel/gdb/gdb-5.2.1.ebuild')
-rw-r--r--sys-devel/gdb/gdb-5.2.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gdb/gdb-5.2.1.ebuild b/sys-devel/gdb/gdb-5.2.1.ebuild
index daef705345b1..d5e691724db9 100644
--- a/sys-devel/gdb/gdb-5.2.1.ebuild
+++ b/sys-devel/gdb/gdb-5.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.2.1.ebuild,v 1.9 2003/02/13 16:32:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.2.1.ebuild,v 1.10 2003/09/06 08:08:34 msterret Exp $
inherit flag-o-matic
@@ -29,7 +29,7 @@ src_unpack() {
src_compile() {
local myconf
-
+
use nls && myconf="--enable-nls" || myconf="--disable-nls"
replace-flags -O? -O2