diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-02 19:16:31 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-02 19:16:31 +0000 |
commit | 9776f65f4321955fc4123508e2520ca278d16c4a (patch) | |
tree | 5cf8f85f84ba5c51cd91f5b5ca4b58fb5ff97f85 /eclass/db.eclass | |
parent | [bump] dev-perl/DateManip-6.320.0 (diff) | |
download | gentoo-2-9776f65f4321955fc4123508e2520ca278d16c4a.tar.gz gentoo-2-9776f65f4321955fc4123508e2520ca278d16c4a.tar.bz2 gentoo-2-9776f65f4321955fc4123508e2520ca278d16c4a.zip |
inherit multilib for get_libdir
Diffstat (limited to 'eclass/db.eclass')
-rw-r--r-- | eclass/db.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/db.eclass b/eclass/db.eclass index 1bd076ef9ce1..e80de161180d 100644 --- a/eclass/db.eclass +++ b/eclass/db.eclass @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/db.eclass,v 1.45 2012/04/15 20:15:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/db.eclass,v 1.46 2012/06/02 19:16:31 zmedico Exp $ # This is a common location for functions used in the sys-libs/db ebuilds # # Bugs: pauldv@gentoo.org -inherit eutils +inherit eutils multilib IUSE="doc test examples" |