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/nvi-1.81.5-r6.ebuild | |
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/nvi-1.81.5-r6.ebuild')
-rw-r--r-- | app-editors/nvi/nvi-1.81.5-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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*" |