diff options
author | 2007-03-13 19:13:53 +0000 | |
---|---|---|
committer | 2007-03-13 19:13:53 +0000 | |
commit | fb8c69d5b009a980824a62bb6fcc9e5d31988b97 (patch) | |
tree | 593b2edc26a97220f7f27f36f471bf8e145e644c /app-editors/nvi | |
parent | fix DEPEND (diff) | |
download | gentoo-2-fb8c69d5b009a980824a62bb6fcc9e5d31988b97.tar.gz gentoo-2-fb8c69d5b009a980824a62bb6fcc9e5d31988b97.tar.bz2 gentoo-2-fb8c69d5b009a980824a62bb6fcc9e5d31988b97.zip |
Stable on sparc wrt #170475
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-editors/nvi')
-rw-r--r-- | app-editors/nvi/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/nvi/nvi-1.81.5-r5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/nvi/ChangeLog b/app-editors/nvi/ChangeLog index 4e235c0ffcf7..1113fa34ca76 100644 --- a/app-editors/nvi/ChangeLog +++ b/app-editors/nvi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/nvi -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/ChangeLog,v 1.39 2006/12/06 21:19:59 eroyf Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/ChangeLog,v 1.40 2007/03/13 19:13:53 gustavoz Exp $ + + 13 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> nvi-1.81.5-r5.ebuild: + Stable on sparc wrt #170475 06 Dec 2006; Alexander H. Færøy <eroyf@gentoo.org> nvi-1.81.5-r3.ebuild: Stable on MIPS. diff --git a/app-editors/nvi/nvi-1.81.5-r5.ebuild b/app-editors/nvi/nvi-1.81.5-r5.ebuild index 5ab5dc2b67bc..3b1f7683db1d 100644 --- a/app-editors/nvi/nvi-1.81.5-r5.ebuild +++ b/app-editors/nvi/nvi-1.81.5-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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-r5.ebuild,v 1.1 2006/10/06 12:27:32 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.5-r5.ebuild,v 1.2 2007/03/13 19:13:53 gustavoz Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.kotnet.org/~skimo/nvi/devel/${P}.tar.gz" LICENSE="Sleepycat" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ppc64" +KEYWORDS="~x86 ~ppc sparc ~mips ~alpha ~hppa ~amd64 ~ppc64" IUSE="perl unicode" DEPEND="=sys-libs/db-4*" |