diff options
author | 2005-07-06 20:28:37 +0000 | |
---|---|---|
committer | 2005-07-06 20:28:37 +0000 | |
commit | 70e514078514720e7357420a09ce7fa5b258b6c1 (patch) | |
tree | db2c5c4ae851e6d7fed7ba286fa9e62e41f726a7 /eclass/db.eclass | |
parent | removing old versions per comment #7 in bug 97460 (diff) | |
download | gentoo-2-70e514078514720e7357420a09ce7fa5b258b6c1.tar.gz gentoo-2-70e514078514720e7357420a09ce7fa5b258b6c1.tar.bz2 gentoo-2-70e514078514720e7357420a09ce7fa5b258b6c1.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 |