diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 20:28:37 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 20:28:37 +0000 |
commit | aecfe218f6f698c20bf4f5e84bbb061b324a80bf (patch) | |
tree | 7714a893899b78742f7ce5b85d357ed3b4f2c21c /eclass/db.eclass | |
parent | removing old versions per comment #7 in bug 97460 (diff) | |
download | historical-aecfe218f6f698c20bf4f5e84bbb061b324a80bf.tar.gz historical-aecfe218f6f698c20bf4f5e84bbb061b324a80bf.tar.bz2 historical-aecfe218f6f698c20bf4f5e84bbb061b324a80bf.zip |
add USE=doc
Diffstat (limited to 'eclass/db.eclass')
-rw-r--r-- | eclass/db.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/db.eclass b/eclass/db.eclass index 85b81d8ede6f..698e97ed176f 100644 --- a/eclass/db.eclass +++ b/eclass/db.eclass @@ -1,8 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/db.eclass,v 1.18 2005/07/06 20:23:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/db.eclass,v 1.19 2005/07/06 20:28:37 agriffis Exp $ # This is a common location for functions used in the sys-libs/db ebuilds +IUSE="doc" db_fix_so () { cd ${ROOT}/usr/lib |