diff options
author | 2010-01-10 18:34:15 +0000 | |
---|---|---|
committer | 2010-01-10 18:34:15 +0000 | |
commit | af5800c779be57969b80e8ae791aa764d64f07bf (patch) | |
tree | 590fd39192d530693b357964f2756530daeb9a5b /app-editors/nvi/nvi-1.81.6-r2.ebuild | |
parent | add savannah/nongnu mirrors (diff) | |
download | gentoo-2-af5800c779be57969b80e8ae791aa764d64f07bf.tar.gz gentoo-2-af5800c779be57969b80e8ae791aa764d64f07bf.tar.bz2 gentoo-2-af5800c779be57969b80e8ae791aa764d64f07bf.zip |
"Sleepycat" license is identical to BSD, update ebuilds (#300426)
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/nvi/nvi-1.81.6-r2.ebuild')
-rw-r--r-- | app-editors/nvi/nvi-1.81.6-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/nvi/nvi-1.81.6-r2.ebuild b/app-editors/nvi/nvi-1.81.6-r2.ebuild index fb9f186adec0..6d6ced5fbd75 100644 --- a/app-editors/nvi/nvi-1.81.6-r2.ebuild +++ b/app-editors/nvi/nvi-1.81.6-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.6-r2.ebuild,v 1.6 2009/06/07 23:57:33 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.6-r2.ebuild,v 1.7 2010/01/10 18:34:15 truedfx Exp $ inherit eutils flag-o-matic @@ -8,7 +8,7 @@ DESCRIPTION="Vi clone" HOMEPAGE="http://www.bostic.com/vi/" SRC_URI="http://www.kotnet.org/~skimo/nvi/devel/${P}.tar.bz2" -LICENSE="Sleepycat" +LICENSE="BSD" SLOT="0" KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 sparc x86" IUSE="perl tcl unicode" |