diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-05-06 11:42:07 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-05-06 11:42:07 +0000 |
commit | 5e2c74e29e4720601570eaeb19aa02194399453a (patch) | |
tree | 44629ab3b92e802dc1efde1f458c37ef07987455 /eclass/libtool.eclass | |
parent | ppc64 stable wrt #219373, drop old (diff) | |
download | gentoo-2-5e2c74e29e4720601570eaeb19aa02194399453a.tar.gz gentoo-2-5e2c74e29e4720601570eaeb19aa02194399453a.tar.bz2 gentoo-2-5e2c74e29e4720601570eaeb19aa02194399453a.zip |
also apply sol2-conf patchset
Diffstat (limited to 'eclass/libtool.eclass')
-rw-r--r-- | eclass/libtool.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass index b49eb41da7a2..d85bdb63e882 100644 --- a/eclass/libtool.eclass +++ b/eclass/libtool.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/libtool.eclass,v 1.99 2012/05/06 10:41:48 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.100 2012/05/06 11:42:07 grobian Exp $ # @ECLASS: libtool.eclass # @MAINTAINER: @@ -333,7 +333,7 @@ elibtoolize() { fi done ;; - mint-conf|gold-conf) + mint-conf|gold-conf|sol2-conf) ret=1 local subret=1 if [[ -e ${d}/configure ]]; then |