diff options
Diffstat (limited to 'sys-devel/libtool/libtool-1.4.1-r8.ebuild')
-rw-r--r-- | sys-devel/libtool/libtool-1.4.1-r8.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/libtool/libtool-1.4.1-r8.ebuild b/sys-devel/libtool/libtool-1.4.1-r8.ebuild index 9528c2e6d3cb..4fe6c2e16e68 100644 --- a/sys-devel/libtool/libtool-1.4.1-r8.ebuild +++ b/sys-devel/libtool/libtool-1.4.1-r8.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.1-r8.ebuild,v 1.2 2002/06/26 22:40:14 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.1-r8.ebuild,v 1.3 2002/07/09 20:13:55 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="A shared library tool for developers" SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/libtool/libtool.html" +LICENSE="GPL-2" DEPEND="virtual/glibc" |