1 | #!/bin/bash |
1 | #!/bin/bash |
2 | # Copyright 1999-2002 Gentoo Technologies, Inc. |
2 | # Copyright 1999-2002 Gentoo Technologies, Inc. |
3 | # Distributed under the terms of the GNU General Public License, v2 or later |
3 | # Distributed under the terms of the GNU General Public License, v2 or later |
4 | # Author: Martin Schlemmer <azarah@gentoo.org> |
4 | # Author: Martin Schlemmer <azarah@gentoo.org> |
5 | # $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.11 2002/07/03 19:11:27 azarah Exp $ |
5 | # $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.12 2002/07/12 15:25:33 danarmak Exp $ |
6 | # This eclass patches ltmain.sh distributed with libtoolized packages with the |
6 | # This eclass patches ltmain.sh distributed with libtoolized packages with the |
7 | # relink and portage patch |
7 | # relink and portage patch |
8 | ECLASS=libtool |
8 | ECLASS=libtool |
|
|
9 | INHERITED="$INHERITED $ECLASS" |
|
|
10 | |
9 | newdepend sys-devel/libtool |
11 | newdepend sys-devel/libtool |
10 | |
12 | |
11 | DESCRIPTION="Based on the ${ECLASS} eclass" |
13 | DESCRIPTION="Based on the ${ECLASS} eclass" |
12 | |
14 | |
13 | ELIBTOOL_VERSION=1.8.1 |
15 | ELIBTOOL_VERSION=1.8.1 |