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 | 728cfd5f68c7432a7f9f9a7e3355b4932c12dce4 (patch) | |
tree | 01c83be77b200e1b9226bc22b39071936aef096e /eclass/gnat.eclass | |
parent | [bump] dev-perl/DateManip-6.320.0 (diff) | |
download | historical-728cfd5f68c7432a7f9f9a7e3355b4932c12dce4.tar.gz historical-728cfd5f68c7432a7f9f9a7e3355b4932c12dce4.tar.bz2 historical-728cfd5f68c7432a7f9f9a7e3355b4932c12dce4.zip |
inherit multilib for get_libdir
Diffstat (limited to 'eclass/gnat.eclass')
-rw-r--r-- | eclass/gnat.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/gnat.eclass b/eclass/gnat.eclass index c64f588c72b9..a22c9ad8bcb5 100644 --- a/eclass/gnat.eclass +++ b/eclass/gnat.eclass @@ -1,6 +1,6 @@ -# 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/gnat.eclass,v 1.41 2011/12/27 17:55:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.42 2012/06/02 19:16:31 zmedico Exp $ # # Author: George Shapovalov <george@gentoo.org> # Belongs to: ada herd <ada@gentoo.org> @@ -17,7 +17,7 @@ # $S (this is where the working copy of source is held) and $DL instead of $D as # its installation point. -inherit flag-o-matic eutils +inherit flag-o-matic eutils multilib # The environment is set locally in src_compile and src_install functions # by the common code sourced here and in gnat-eselect module. |