diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-06-19 23:55:15 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-06-19 23:55:15 +0000 |
commit | b1b91b1e0e553b837152dad98adc970f02e6f49c (patch) | |
tree | bb80fa4e34c540dd41f8279f6512d0f6c1700f40 /dev-libs/librep | |
parent | Cleanup and slotify (diff) | |
download | gentoo-2-b1b91b1e0e553b837152dad98adc970f02e6f49c.tar.gz gentoo-2-b1b91b1e0e553b837152dad98adc970f02e6f49c.tar.bz2 gentoo-2-b1b91b1e0e553b837152dad98adc970f02e6f49c.zip |
fix small typeo
Diffstat (limited to 'dev-libs/librep')
-rw-r--r-- | dev-libs/librep/librep-20020611.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/librep/librep-20020611.ebuild b/dev-libs/librep/librep-20020611.ebuild index b9233f181803..2c955c7641fc 100644 --- a/dev-libs/librep/librep-20020611.ebuild +++ b/dev-libs/librep/librep-20020611.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# # $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-20020611.ebuild,v 1.1 2002/06/12 01:29:57 stroke Exp $ +# # $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-20020611.ebuild,v 1.2 2002/06/19 23:55:15 azarah Exp $ # Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+ DEBUG="yes" @@ -23,7 +23,7 @@ DEPEND="virtual/glibc sys-apps/texinfo" src_compile() { - ocal myconf + local myconf use readline && myconf="--with-readline" || myconf="--without-readline" ./configure --host=${CHOST} \ |