diff options
author | 2004-06-29 04:00:30 +0000 | |
---|---|---|
committer | 2004-06-29 04:00:30 +0000 | |
commit | db4e9a782d8fa5934da35bdc6b3197df1fd84e61 (patch) | |
tree | cd54595451e461d2b67c30d23aa44fe3518b4ca2 /app-shells/tcsh/tcsh-6.12-r3.ebuild | |
parent | change virtual/glibc to virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-db4e9a782d8fa5934da35bdc6b3197df1fd84e61.tar.gz gentoo-2-db4e9a782d8fa5934da35bdc6b3197df1fd84e61.tar.bz2 gentoo-2-db4e9a782d8fa5934da35bdc6b3197df1fd84e61.zip |
change virtual/glibc to virtual/libc
Diffstat (limited to 'app-shells/tcsh/tcsh-6.12-r3.ebuild')
-rw-r--r-- | app-shells/tcsh/tcsh-6.12-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/tcsh/tcsh-6.12-r3.ebuild b/app-shells/tcsh/tcsh-6.12-r3.ebuild index 7651410b9afa..9f491c401f3f 100644 --- a/app-shells/tcsh/tcsh-6.12-r3.ebuild +++ b/app-shells/tcsh/tcsh-6.12-r3.ebuild @@ -1,20 +1,20 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.12-r3.ebuild,v 1.7 2004/06/24 22:26:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.12-r3.ebuild,v 1.8 2004/06/29 04:00:06 vapier Exp $ inherit eutils MY_P="${PN}-${PV}.00" DESCRIPTION="Enhanced version of the Berkeley C shell (csh)" -SRC_URI="ftp://ftp.astron.com/pub/tcsh/${MY_P}.tar.gz" HOMEPAGE="http://www.tcsh.org/" +SRC_URI="ftp://ftp.astron.com/pub/tcsh/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="x86 ~ppc sparc alpha arm hppa amd64 ia64 ppc64" IUSE="cjk perl" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc >=sys-libs/ncurses-5.1 perl? ( dev-lang/perl )" |