diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-03-23 11:11:41 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-03-23 11:11:41 +0000 |
commit | b06366c2b0935715fbf4ba63ad6f5114cc458666 (patch) | |
tree | 11e9fe83081625f287512fcd3f5509deb5ea7fd6 /app-shells/tcsh | |
parent | Version bump, add synchronized browsing option to sites and bookmarks, new de... (diff) | |
download | gentoo-2-b06366c2b0935715fbf4ba63ad6f5114cc458666.tar.gz gentoo-2-b06366c2b0935715fbf4ba63ad6f5114cc458666.tar.bz2 gentoo-2-b06366c2b0935715fbf4ba63ad6f5114cc458666.zip |
arm/ia64/s390/sh/sparc stable wrt #262849
(Portage version: 2.1.6.7/cvs/Linux ia64)
Diffstat (limited to 'app-shells/tcsh')
-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 d3615fea2b5f..71efdc3cf88b 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.91 2009/03/22 16:28:55 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.92 2009/03/23 11:11:41 armin76 Exp $ + + 23 Mar 2009; Raúl Porcel <armin76@gentoo.org> tcsh-6.16.ebuild: + arm/ia64/s390/sh/sparc stable wrt #262849 22 Mar 2009; Markus Meier <maekke@gentoo.org> tcsh-6.16.ebuild: amd64/x86 stable, bug #262849 diff --git a/app-shells/tcsh/tcsh-6.16.ebuild b/app-shells/tcsh/tcsh-6.16.ebuild index ab7ff7b74c3c..e17b8297660d 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.5 2009/03/22 16:28:55 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.16.ebuild,v 1.6 2009/03/23 11:11:41 armin76 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" |