diff options
author | Fabian Groffen <grobian@gentoo.org> | 2013-05-04 11:48:32 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2013-05-04 11:48:32 +0000 |
commit | bea3484181ac44bef632c3e121dd85ab3477bd73 (patch) | |
tree | 0eb3b7423628d7daced0c034a0483164b93e687f /app-shells/tcsh | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-bea3484181ac44bef632c3e121dd85ab3477bd73.tar.gz gentoo-2-bea3484181ac44bef632c3e121dd85ab3477bd73.tar.bz2 gentoo-2-bea3484181ac44bef632c3e121dd85ab3477bd73.zip |
Add comment for ncurses[tinfo] fix
(Portage version: 2.2.01.21890-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'app-shells/tcsh')
-rw-r--r-- | app-shells/tcsh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.18.01-r1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-shells/tcsh/ChangeLog b/app-shells/tcsh/ChangeLog index ffbbcc8c0bf5..12b66154c8ad 100644 --- a/app-shells/tcsh/ChangeLog +++ b/app-shells/tcsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/tcsh # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.123 2013/05/03 21:54:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.124 2013/05/04 11:48:32 grobian Exp $ + + 04 May 2013; Fabian Groffen <grobian@gentoo.org> tcsh-6.18.01-r1.ebuild: + Add comment for ncurses[tinfo] fix *tcsh-6.18.01-r1 (03 May 2013) diff --git a/app-shells/tcsh/tcsh-6.18.01-r1.ebuild b/app-shells/tcsh/tcsh-6.18.01-r1.ebuild index f38a2b0a5ed3..dc06022d9a5b 100644 --- a/app-shells/tcsh/tcsh-6.18.01-r1.ebuild +++ b/app-shells/tcsh/tcsh-6.18.01-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.18.01-r1.ebuild,v 1.1 2013/05/03 21:54:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.18.01-r1.ebuild,v 1.2 2013/05/04 11:48:32 grobian Exp $ EAPI="3" @@ -33,6 +33,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-6.14-makefile.patch # bug #151951 epatch "${FILESDIR}"/${PN}-6.14-use-ncurses.patch + # fix dependency on ncurses[tinfo], #459484 sed \ -e "s:\(ncurses\):\1 tinfo:g" \ -i configure.in || die |