diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-02-03 03:45:32 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-02-03 03:45:32 +0000 |
commit | 5a9947d63ee03f56b0aba865dee0ff30e767bb68 (patch) | |
tree | b41c63b3850e90f596830654e1078c871d1bdf31 /app-shells/tcsh | |
parent | drop alsa headers patch and add gentoo ssp patch (diff) | |
download | gentoo-2-5a9947d63ee03f56b0aba865dee0ff30e767bb68.tar.gz gentoo-2-5a9947d63ee03f56b0aba865dee0ff30e767bb68.tar.bz2 gentoo-2-5a9947d63ee03f56b0aba865dee0ff30e767bb68.zip |
stable on x86; bug #121343
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-shells/tcsh')
-rw-r--r-- | app-shells/tcsh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.14-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/tcsh/ChangeLog b/app-shells/tcsh/ChangeLog index 8b1c14ab2673..7c87c9f1ada9 100644 --- a/app-shells/tcsh/ChangeLog +++ b/app-shells/tcsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/tcsh # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.54 2006/02/02 22:10:40 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.55 2006/02/03 03:45:32 tsunam Exp $ + + 03 Feb 2006; Joshua Jackson <tsunam@gentoo.org> tcsh-6.14-r3.ebuild: + Stable on x86; bug #121343 02 Feb 2006; Patrick McLean <chutzpah@gentoo.org> tcsh-6.14-r3.ebuild: Stable on amd64 (bug #121343). diff --git a/app-shells/tcsh/tcsh-6.14-r3.ebuild b/app-shells/tcsh/tcsh-6.14-r3.ebuild index e49de5f8a3db..9e465ee48f4f 100644 --- a/app-shells/tcsh/tcsh-6.14-r3.ebuild +++ b/app-shells/tcsh/tcsh-6.14-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r3.ebuild,v 1.2 2006/02/02 22:10:40 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r3.ebuild,v 1.3 2006/02/03 03:45:32 tsunam Exp $ inherit eutils @@ -12,7 +12,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 |