diff options
author | Fabian Groffen <grobian@gentoo.org> | 2009-04-10 19:52:35 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2009-04-10 19:52:35 +0000 |
commit | 4a795b89d0f35391ac1622533b31022509844675 (patch) | |
tree | 77935e4c3cb3adf15eb173f259171868dade4713 /app-shells/tcsh | |
parent | Fix bug #265628 (x86 patch for 25.9). (diff) | |
download | gentoo-2-4a795b89d0f35391ac1622533b31022509844675.tar.gz gentoo-2-4a795b89d0f35391ac1622533b31022509844675.tar.bz2 gentoo-2-4a795b89d0f35391ac1622533b31022509844675.zip |
Bump patchset to remove cr0 from stty call, since this is non-POSIX, and (even GNU coreutils on) FreeBSD chokes on it. Since there is no bug reported for this, I don't bump the package.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-shells/tcsh')
-rw-r--r-- | app-shells/tcsh/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.16.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-shells/tcsh/ChangeLog b/app-shells/tcsh/ChangeLog index 0f4d80346249..26a75257c657 100644 --- a/app-shells/tcsh/ChangeLog +++ b/app-shells/tcsh/ChangeLog @@ -1,6 +1,11 @@ # 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.93 2009/03/23 16:45:32 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.94 2009/04/10 19:52:35 grobian Exp $ + + 10 Apr 2009; Fabian Groffen <grobian@gentoo.org> tcsh-6.16.ebuild: + Bump patchset to remove cr0 from stty call, since this is non-POSIX, and + (even GNU coreutils on) FreeBSD chokes on it. Since there is no bug reported + for this, I don't bump the package. 23 Mar 2009; Brent Baude <ranger@gentoo.org> tcsh-6.16.ebuild: stable ppc64, bug 262849 diff --git a/app-shells/tcsh/tcsh-6.16.ebuild b/app-shells/tcsh/tcsh-6.16.ebuild index 575c17180f6d..f2ec87507aa1 100644 --- a/app-shells/tcsh/tcsh-6.16.ebuild +++ b/app-shells/tcsh/tcsh-6.16.ebuild @@ -1,10 +1,10 @@ # 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.7 2009/03/23 16:45:32 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.16.ebuild,v 1.8 2009/04/10 19:52:35 grobian Exp $ inherit eutils -CONFVER="1.6" +CONFVER="1.7" MY_P="${P}.00" DESCRIPTION="Enhanced version of the Berkeley C shell (csh)" |