diff options
author | 2009-06-14 11:40:14 +0000 | |
---|---|---|
committer | 2009-06-14 11:40:14 +0000 | |
commit | df1d329069f7e7e0154969cd081d6feff3224364 (patch) | |
tree | b90b8934575dda1778a4b0dca5f7be89217ed1b4 /eclass | |
parent | [kde-base/kurifilter-plugins] Drop KDE 4.2.3 (diff) | |
download | gentoo-2-df1d329069f7e7e0154969cd081d6feff3224364.tar.gz gentoo-2-df1d329069f7e7e0154969cd081d6feff3224364.tar.bz2 gentoo-2-df1d329069f7e7e0154969cd081d6feff3224364.zip |
first argument is version, not the library name
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/multilib.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass index ba9fc1544e25..9a7e1d2b6182 100644 --- a/eclass/multilib.eclass +++ b/eclass/multilib.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.73 2009/04/04 18:02:33 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.74 2009/06/14 11:40:14 grobian Exp $ # @ECLASS: multilib.eclass # @MAINTAINER: @@ -522,8 +522,8 @@ create_ml_includes-sym_for_dir() { # supplied version for the current platform identified by CHOST. # # Example: -# get_libname libfoo ${PV} -# Returns: libfoo.so.${PV} (ELF) || libfoo.${PV}.dylib (MACH) || ... +# get_libname ${PV} +# Returns: .so.${PV} (ELF) || .${PV}.dylib (MACH) || ... get_libname() { local libname local ver=$1 |