diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-04-24 16:57:48 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-04-24 16:57:48 +0000 |
commit | 106c384c47e39d6e3c1e90f41b499d12cb95f1cb (patch) | |
tree | 490ab46fb2ca22124cd54d10053987cffb2f7895 /app-editors/nvi | |
parent | add a patch that fixes the utf8 decoding bug from #174678 (diff) | |
download | gentoo-2-106c384c47e39d6e3c1e90f41b499d12cb95f1cb.tar.gz gentoo-2-106c384c47e39d6e3c1e90f41b499d12cb95f1cb.tar.bz2 gentoo-2-106c384c47e39d6e3c1e90f41b499d12cb95f1cb.zip |
Stable on Mips, bug 170745.
(Portage version: 2.1.2.4)
Diffstat (limited to 'app-editors/nvi')
-rw-r--r-- | app-editors/nvi/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/nvi/nvi-1.81.5-r6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/nvi/ChangeLog b/app-editors/nvi/ChangeLog index 700dea24f93c..148b75506772 100644 --- a/app-editors/nvi/ChangeLog +++ b/app-editors/nvi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/nvi # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/ChangeLog,v 1.51 2007/04/14 09:19:56 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/ChangeLog,v 1.52 2007/04/24 16:57:48 kloeri Exp $ + + 24 Apr 2007; Bryan Østergaard <kloeri@gentoo.org> nvi-1.81.5-r6.ebuild: + Stable on Mips, bug 170745. 14 Apr 2007; Harald van Dijk <truedfx@gentoo.org> -nvi-1.81.5-r5.ebuild, +nvi-1.81.5-r6.ebuild: diff --git a/app-editors/nvi/nvi-1.81.5-r6.ebuild b/app-editors/nvi/nvi-1.81.5-r6.ebuild index 6e2059885d44..bc599ceaeec1 100644 --- a/app-editors/nvi/nvi-1.81.5-r6.ebuild +++ b/app-editors/nvi/nvi-1.81.5-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.5-r6.ebuild,v 1.4 2007/04/14 09:19:56 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.5-r6.ebuild,v 1.5 2007/04/24 16:57:48 kloeri Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.kotnet.org/~skimo/nvi/devel/${P}.tar.gz" LICENSE="Sleepycat" SLOT="0" -KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa mips ppc ppc64 sparc x86" IUSE="perl" # unicode DEPEND="=sys-libs/db-4*" |