summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2004-06-20 04:51:04 +0000
committerNed Ludd <solar@gentoo.org>2004-06-20 04:51:04 +0000
commite880e438e58f9dcb0bc2d36a70774cb6c6c40a4e (patch)
tree1d79d106489c7b47288e119c0237b9d121846533 /sys-libs
parentstable on ppc64, bug #54138 (Manifest recommit) (diff)
downloadgentoo-2-e880e438e58f9dcb0bc2d36a70774cb6c6c40a4e.tar.gz
gentoo-2-e880e438e58f9dcb0bc2d36a70774cb6c6c40a4e.tar.bz2
gentoo-2-e880e438e58f9dcb0bc2d36a70774cb6c6c40a4e.zip
fixed my lack of use statement
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/db/Manifest2
-rw-r--r--sys-libs/db/db-4.1.25_p1-r4.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/db/Manifest b/sys-libs/db/Manifest
index 0a4a03771d76..a732cd7aebcf 100644
--- a/sys-libs/db/Manifest
+++ b/sys-libs/db/Manifest
@@ -1,6 +1,6 @@
MD5 8b4e4250e9f833966522cf108fd5af5c db-3.3.11.ebuild 2407
MD5 62cc8dd8c76df7c9bf606482e663701a db-4.0.14-r3.ebuild 2378
-MD5 a720b179adb0ffe55e607e28dd2623d7 db-4.1.25_p1-r4.ebuild 2768
+MD5 976e6919521c3c6b1e693501ec729c13 db-4.1.25_p1-r4.ebuild 2772
MD5 15f4c3c84dd55edd2e793bf63c64955f db-3.2.9-r10.ebuild 4165
MD5 f31aa3825097ccd2873d359d8db23372 db-1.85-r1.ebuild 1409
MD5 663b2fc89eef87d0edd2679fa994dc64 db-4.0.14-r2.ebuild 2131
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 d74bd14d78ea..393c481bb2e5 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.1 2004/06/20 02:56:56 solar Exp $
+# $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 $
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 || uclibc ) ; then
+ if ( use mips || use uclibc ) ; then
einfo "Updating config.{guess,sub} for mips"
local OLDS="${S}"
S="${S}/../dist"