diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-02 16:14:25 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-02 16:14:25 +0000 |
commit | ff956192c28a62dc8c7409fac4062ef9f2b7d1c5 (patch) | |
tree | f66359f172d405055d7a63764386e6aec88214d0 /sys-devel | |
parent | new portage bug fix release (diff) | |
download | gentoo-2-ff956192c28a62dc8c7409fac4062ef9f2b7d1c5.tar.gz gentoo-2-ff956192c28a62dc8c7409fac4062ef9f2b7d1c5.tar.bz2 gentoo-2-ff956192c28a62dc8c7409fac4062ef9f2b7d1c5.zip |
*** empty log message ***
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-2.95.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-2.95.3.ebuild b/sys-devel/gcc/gcc-2.95.3.ebuild index 0fdc58a5fce9..a28de612a3ef 100644 --- a/sys-devel/gcc/gcc-2.95.3.ebuild +++ b/sys-devel/gcc/gcc-2.95.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.3.ebuild,v 1.3 2001/05/01 10:13:55 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.3.ebuild,v 1.4 2001/05/02 16:14:25 achim Exp $ SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/${P}/${P}.tar.gz" @@ -22,7 +22,7 @@ T=/usr DESCRIPTION="Modern GCC C/C++ compiler" HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" if [ -z "`use build`" ] ; then - DEPEND="nls? ( sys-devel/gettext )" + DEPEND="nls? ( sys-devel/gettext ) sys-apps/texinfo" fi |