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/java-ant-2.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/java-ant-2.eclass')
-rw-r--r-- | eclass/java-ant-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/java-ant-2.eclass b/eclass/java-ant-2.eclass index fea0adf2d36f..b83fed39ced1 100644 --- a/eclass/java-ant-2.eclass +++ b/eclass/java-ant-2.eclass @@ -14,9 +14,9 @@ # # Licensed under the GNU General Public License, v2 # -# $Header: /var/cvsroot/gentoo-x86/eclass/java-ant-2.eclass,v 1.53 2011/12/27 17:55:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-ant-2.eclass,v 1.54 2012/06/02 19:16:31 zmedico Exp $ -inherit java-utils-2 +inherit java-utils-2 multilib # This eclass provides functionality for Java packages which use # ant to build. In particular, it will attempt to fix build.xml files, so that |