diff options
author | Brent Baude <ranger@gentoo.org> | 2009-03-18 18:16:39 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-03-18 18:16:39 +0000 |
commit | 0058ee5211ee42d9e525155817d065fb6e34fcb8 (patch) | |
tree | f0739f861377f3736d1bd33e21a825193f0b470d /app-shells | |
parent | alpha/arm/ia64/s390/sh stable wrt #253551 (diff) | |
download | gentoo-2-0058ee5211ee42d9e525155817d065fb6e34fcb8.tar.gz gentoo-2-0058ee5211ee42d9e525155817d065fb6e34fcb8.tar.bz2 gentoo-2-0058ee5211ee42d9e525155817d065fb6e34fcb8.zip |
stable ppc, bug 262849
(Portage version: 2.1.6.7/cvs/Linux ppc64)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/tcsh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.16.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-shells/tcsh/ChangeLog b/app-shells/tcsh/ChangeLog index cb0c5e6556c8..713542703720 100644 --- a/app-shells/tcsh/ChangeLog +++ b/app-shells/tcsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/tcsh # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.87 2009/03/17 21:14:01 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.88 2009/03/18 18:16:39 ranger Exp $ + + 18 Mar 2009; Brent Baude <ranger@gentoo.org> tcsh-6.16.ebuild: + stable ppc, bug 262849 17 Mar 2009; Fabian Groffen <grobian@gentoo.org> tcsh-6.14-r5.ebuild, tcsh-6.15-r2.ebuild: diff --git a/app-shells/tcsh/tcsh-6.16.ebuild b/app-shells/tcsh/tcsh-6.16.ebuild index ca669f5fd463..a1c16055b4d0 100644 --- a/app-shells/tcsh/tcsh-6.16.ebuild +++ b/app-shells/tcsh/tcsh-6.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.16.ebuild,v 1.1 2008/12/04 20:46:06 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.16.ebuild,v 1.2 2009/03/18 18:16:39 ranger Exp $ inherit eutils @@ -15,7 +15,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 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="perl catalogs" RESTRICT="test" |