diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-31 09:22:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-31 09:22:09 +0000 |
commit | 2874b677957db01df65841ac1cc30e9e23c8162d (patch) | |
tree | c63c2adc42f3d7462920ce9a7e62803d5235981f /app-shells | |
parent | pointless stabilization (diff) | |
download | gentoo-2-2874b677957db01df65841ac1cc30e9e23c8162d.tar.gz gentoo-2-2874b677957db01df65841ac1cc30e9e23c8162d.tar.bz2 gentoo-2-2874b677957db01df65841ac1cc30e9e23c8162d.zip |
arm/ia64/s390 stable
(Portage version: 2.1_pre2)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/tcsh/tcsh-6.14-r2.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-shells/tcsh/tcsh-6.14-r2.ebuild b/app-shells/tcsh/tcsh-6.14-r2.ebuild index dc5b7d84feeb..a19c04c4dd5d 100644 --- a/app-shells/tcsh/tcsh-6.14-r2.ebuild +++ b/app-shells/tcsh/tcsh-6.14-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r2.ebuild,v 1.7 2005/12/30 19:16:45 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r2.ebuild,v 1.8 2005/12/31 09:22:09 vapier Exp $ inherit eutils @@ -14,19 +14,18 @@ SRC_URI="ftp://ftp.astron.com/pub/tcsh/${MY_P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 mips ~ppc ppc64 sparc x86" +KEYWORDS="~alpha ~amd64 arm hppa ia64 m68k mips ~ppc ppc64 s390 sh sparc x86" IUSE="perl" -DEPEND="virtual/libc - >=sys-libs/ncurses-5.1 +DEPEND=">=sys-libs/ncurses-5.1 perl? ( dev-lang/perl )" -S="${WORKDIR}/${MY_P}" +S=${WORKDIR}/${MY_P} src_unpack() { unpack ${A} - epatch "${FILESDIR}/${P}"-r2.patch + epatch "${FILESDIR}"/${P}-r2.patch } src_compile() { |