diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-03-21 19:31:59 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-03-21 19:31:59 +0000 |
commit | d4ee82bf4a2feface67c85a077f3a720a67f5a21 (patch) | |
tree | 20b6eb115ec1965808e9a3769252a99c6e179dff /sys-devel/binutils | |
parent | Added mandrake patches. (diff) | |
download | historical-d4ee82bf4a2feface67c85a077f3a720a67f5a21.tar.gz historical-d4ee82bf4a2feface67c85a077f3a720a67f5a21.tar.bz2 historical-d4ee82bf4a2feface67c85a077f3a720a67f5a21.zip |
fix wrong DEPEND on automake
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r-- | sys-devel/binutils/binutils-2.12.90.0.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-devel/binutils/binutils-2.12.90.0.1.ebuild b/sys-devel/binutils/binutils-2.12.90.0.1.ebuild index bdf05a011e96..9d486f9a43d0 100644 --- a/sys-devel/binutils/binutils-2.12.90.0.1.ebuild +++ b/sys-devel/binutils/binutils-2.12.90.0.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: System Team <system@gentoo.org> # Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.12.90.0.1.ebuild,v 1.1 2002/03/21 17:17:54 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.12.90.0.1.ebuild,v 1.2 2002/03/21 19:31:59 azarah Exp $ # NOTE to Maintainer: it no longer use perl to build the manpages. @@ -11,7 +11,6 @@ DESCRIPTION="Tools necessary to build programs" SRC_URI="http://ftp.kernel.org/pub/linux/devel/binutils/${P}.tar.bz2" DEPEND="virtual/glibc - >=sys-devel/automake-1.6 nls? ( sys-devel/gettext )" |