diff options
author | 2012-06-02 19:16:31 +0000 | |
---|---|---|
committer | 2012-06-02 19:16:31 +0000 | |
commit | 728cfd5f68c7432a7f9f9a7e3355b4932c12dce4 (patch) | |
tree | 01c83be77b200e1b9226bc22b39071936aef096e /eclass/nsplugins.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/nsplugins.eclass')
-rw-r--r-- | eclass/nsplugins.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/nsplugins.eclass b/eclass/nsplugins.eclass index 5c401273640e..a6af002f7074 100644 --- a/eclass/nsplugins.eclass +++ b/eclass/nsplugins.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/nsplugins.eclass,v 1.29 2012/05/11 10:46:32 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/nsplugins.eclass,v 1.30 2012/06/02 19:16:31 zmedico Exp $ # # @ECLASS: nsplugins.eclass # @MAINTAINER: @@ -12,7 +12,7 @@ # Reusable functions that promote sharing of netscape/moz plugins, also provides # share_plugins_dir function for mozilla applications. -inherit eutils +inherit eutils multilib DESCRIPTION="Based on the ${ECLASS} eclass" |