diff options
author | Mart Raudsepp <leio@gentoo.org> | 2011-02-06 22:03:07 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2011-02-06 22:03:07 +0000 |
commit | 70c567bbbccbfcbb7770980ece4a30c9eff3d4e0 (patch) | |
tree | 6b10f80cc59a4d9f176f96ada02527ec07bda944 /app-shells | |
parent | Drop to ~mips (diff) | |
download | gentoo-2-70c567bbbccbfcbb7770980ece4a30c9eff3d4e0.tar.gz gentoo-2-70c567bbbccbfcbb7770980ece4a30c9eff3d4e0.tar.bz2 gentoo-2-70c567bbbccbfcbb7770980ece4a30c9eff3d4e0.zip |
Drop to ~mips
(Portage version: 2.1.9.35/cvs/Linux mips64)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/tcsh/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.15-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-shells/tcsh/ChangeLog b/app-shells/tcsh/ChangeLog index e8952f988c99..86c621123e67 100644 --- a/app-shells/tcsh/ChangeLog +++ b/app-shells/tcsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/tcsh -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.99 2010/10/08 14:29:18 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.100 2011/02/06 22:03:07 leio Exp $ + + 06 Feb 2011; Mart Raudsepp <leio@gentoo.org> tcsh-6.15-r2.ebuild: + Drop to ~mips 08 Oct 2010; Fabian Groffen <grobian@gentoo.org> tcsh-6.16.ebuild: Remove leftover RDEPEND=DEPEND line, thanks Kevin Pyle again diff --git a/app-shells/tcsh/tcsh-6.15-r2.ebuild b/app-shells/tcsh/tcsh-6.15-r2.ebuild index 779b0143793a..a59eb70c5978 100644 --- a/app-shells/tcsh/tcsh-6.15-r2.ebuild +++ b/app-shells/tcsh/tcsh-6.15-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.15-r2.ebuild,v 1.14 2010/10/06 07:45:27 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.15-r2.ebuild,v 1.15 2011/02/06 22:03:07 leio Exp $ inherit eutils @@ -15,7 +15,7 @@ SRC_URI="ftp://ftp.astron.com/pub/tcsh/old/${MY_P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="perl catalogs" RESTRICT="test" |