diff options
author | Brent Baude <ranger@gentoo.org> | 2009-03-23 16:45:32 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-03-23 16:45:32 +0000 |
commit | b2494fdd1358368cfb45e28a0ff8a80eaaa1bf80 (patch) | |
tree | b3a063d9bc9c0436f8e312c9392b37b16b2d18bf | |
parent | keyworded ~arch for ppc64, bug 262417 (diff) | |
download | gentoo-2-b2494fdd1358368cfb45e28a0ff8a80eaaa1bf80.tar.gz gentoo-2-b2494fdd1358368cfb45e28a0ff8a80eaaa1bf80.tar.bz2 gentoo-2-b2494fdd1358368cfb45e28a0ff8a80eaaa1bf80.zip |
stable ppc64, bug 262849
(Portage version: 2.1.6.7/cvs/Linux ppc64)
-rw-r--r-- | app-shells/tcsh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/tcsh/ChangeLog b/app-shells/tcsh/ChangeLog index 71efdc3cf88b..0f4d80346249 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.92 2009/03/23 11:11:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.93 2009/03/23 16:45:32 ranger Exp $ + + 23 Mar 2009; Brent Baude <ranger@gentoo.org> tcsh-6.16.ebuild: + stable ppc64, bug 262849 23 Mar 2009; Raúl Porcel <armin76@gentoo.org> tcsh-6.16.ebuild: arm/ia64/s390/sh/sparc stable wrt #262849 diff --git a/app-shells/tcsh/tcsh-6.16.ebuild b/app-shells/tcsh/tcsh-6.16.ebuild index e17b8297660d..575c17180f6d 100644 --- a/app-shells/tcsh/tcsh-6.16.ebuild +++ b/app-shells/tcsh/tcsh-6.16.ebuild @@ -1,6 +1,6 @@ # 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.6 2009/03/23 11:11:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.16.ebuild,v 1.7 2009/03/23 16:45:32 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" |