diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-12-04 09:42:36 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-12-04 09:42:36 +0000 |
commit | b6fc4972a30d89df0eb91aa6732eca7f28784a88 (patch) | |
tree | c26a8e22dad03866e5a442daaeba4b0440e70370 /app-shells/tcsh | |
parent | Version bump to fix the new security issue with cgi.rb. Bug #157048. (diff) | |
download | gentoo-2-b6fc4972a30d89df0eb91aa6732eca7f28784a88.tar.gz gentoo-2-b6fc4972a30d89df0eb91aa6732eca7f28784a88.tar.bz2 gentoo-2-b6fc4972a30d89df0eb91aa6732eca7f28784a88.zip |
avoid multi-line KEYWORDS
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-shells/tcsh')
-rw-r--r-- | app-shells/tcsh/tcsh-6.14-r4.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-shells/tcsh/tcsh-6.14-r4.ebuild b/app-shells/tcsh/tcsh-6.14-r4.ebuild index cddd8363b9e8..4067ed155ff0 100644 --- a/app-shells/tcsh/tcsh-6.14-r4.ebuild +++ b/app-shells/tcsh/tcsh-6.14-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r4.ebuild,v 1.1 2006/12/02 14:03:37 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r4.ebuild,v 1.2 2006/12/04 09:42:36 grobian Exp $ inherit eutils @@ -12,8 +12,7 @@ SRC_URI="ftp://ftp.astron.com/pub/tcsh/${MY_P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh -~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="perl catalogs" DEPEND=">=sys-libs/ncurses-5.1 |