diff options
author | 2004-06-20 04:54:07 +0000 | |
---|---|---|
committer | 2004-06-20 04:54:07 +0000 | |
commit | 8ae2483c338fcd15abb3b6f79768d3a5b70567fb (patch) | |
tree | bea5021cb23968fedba64631c5864e80b2d13f12 /sys-libs/db/db-4.1.25_p1-r4.ebuild | |
parent | fixed my lack of use statement (diff) | |
download | historical-8ae2483c338fcd15abb3b6f79768d3a5b70567fb.tar.gz historical-8ae2483c338fcd15abb3b6f79768d3a5b70567fb.tar.bz2 historical-8ae2483c338fcd15abb3b6f79768d3a5b70567fb.zip |
one more time to keep spanky happy about not using subshells when we don't have to
Diffstat (limited to 'sys-libs/db/db-4.1.25_p1-r4.ebuild')
-rw-r--r-- | sys-libs/db/db-4.1.25_p1-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-4.1.25_p1-r4.ebuild b/sys-libs/db/db-4.1.25_p1-r4.ebuild index 393c481bb2e5..7b24da8c26e6 100644 --- a/sys-libs/db/db-4.1.25_p1-r4.ebuild +++ b/sys-libs/db/db-4.1.25_p1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.1.25_p1-r4.ebuild,v 1.2 2004/06/20 04:51:04 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.1.25_p1-r4.ebuild,v 1.3 2004/06/20 04:54:07 solar Exp $ inherit eutils gnuconfig db @@ -53,7 +53,7 @@ src_compile() { # Mips needs a gnuconfig update so obscure things like mips64 are known # db-4.1.25_p1 extracts to ${WORKDIR}/db-4.1.25, so we need to strip the _p1 - if ( use mips || use uclibc ) ; then + if use mips || use uclibc ; then einfo "Updating config.{guess,sub} for mips" local OLDS="${S}" S="${S}/../dist" |