diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-12-31 12:22:46 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-12-31 12:22:46 +0000 |
commit | 64f35733374e8e71bee8f3d71df80f612cfd0f01 (patch) | |
tree | 50ee273fb3305f98fe35e9ac4b43c3318c4c4930 /app-shells | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-64f35733374e8e71bee8f3d71df80f612cfd0f01.tar.gz gentoo-2-64f35733374e8e71bee8f3d71df80f612cfd0f01.tar.bz2 gentoo-2-64f35733374e8e71bee8f3d71df80f612cfd0f01.zip |
stable amd64
(Portage version: 2.0.53)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/tcsh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.14-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/tcsh/ChangeLog b/app-shells/tcsh/ChangeLog index 1fb1fa893595..315dfdd4cb25 100644 --- a/app-shells/tcsh/ChangeLog +++ b/app-shells/tcsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/tcsh # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.50 2005/12/31 11:32:18 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.51 2005/12/31 12:22:46 blubb Exp $ + + 31 Dec 2005; Simon Stelling <blubb@gentoo.org> tcsh-6.14-r2.ebuild: + stable on amd64 31 Dec 2005; Fernando J. Pereda <ferdy@gentoo.org> tcsh-6.14-r2.ebuild: Stable on alpha wrt bug #117118 diff --git a/app-shells/tcsh/tcsh-6.14-r2.ebuild b/app-shells/tcsh/tcsh-6.14-r2.ebuild index a0b32b6309d7..f6a6199cc67c 100644 --- a/app-shells/tcsh/tcsh-6.14-r2.ebuild +++ b/app-shells/tcsh/tcsh-6.14-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r2.ebuild,v 1.9 2005/12/31 11:32:18 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r2.ebuild,v 1.10 2005/12/31 12:22:46 blubb Exp $ inherit eutils @@ -14,7 +14,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" DEPEND=">=sys-libs/ncurses-5.1 |