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 | 6d3f202ef829d65b884f2f1c2a1bb8e3c6f7e85e (patch) | |
tree | abb1ad9a3597078137fa74491afab33d63be8364 /dev-libs/librep | |
parent | Cleanup and slotify (diff) | |
download | historical-6d3f202ef829d65b884f2f1c2a1bb8e3c6f7e85e.tar.gz historical-6d3f202ef829d65b884f2f1c2a1bb8e3c6f7e85e.tar.bz2 historical-6d3f202ef829d65b884f2f1c2a1bb8e3c6f7e85e.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} \ |