diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2006-10-22 19:57:04 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2006-10-22 19:57:04 +0000 |
commit | 5c4796b938fa6debf454ebb572611363bed20df8 (patch) | |
tree | 47af6411656222e7d72c53a642d55520d722ecf7 /app-editors/bvi | |
parent | stable on amd64 to fix bug #43824 (diff) | |
download | gentoo-2-5c4796b938fa6debf454ebb572611363bed20df8.tar.gz gentoo-2-5c4796b938fa6debf454ebb572611363bed20df8.tar.bz2 gentoo-2-5c4796b938fa6debf454ebb572611363bed20df8.zip |
Fixed keyword. Thinko.
(Portage version: 2.1.2_pre2-r1)
Diffstat (limited to 'app-editors/bvi')
-rw-r--r-- | app-editors/bvi/bvi-1.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/bvi/bvi-1.3.2.ebuild b/app-editors/bvi/bvi-1.3.2.ebuild index 0122e1a5cf49..03cb6ed44dea 100644 --- a/app-editors/bvi/bvi-1.3.2.ebuild +++ b/app-editors/bvi/bvi-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bvi/bvi-1.3.2.ebuild,v 1.5 2006/10/22 19:41:36 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bvi/bvi-1.3.2.ebuild,v 1.6 2006/10/22 19:57:04 kugelfang Exp $ DESCRIPTION="display-oriented editor for binary files, based on the vi texteditor" HOMEPAGE="http://bvi.sourceforge.net/" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/bvi/${P}.src.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="~amd64 ppc ~ppc-macos ~x86" +KEYWORDS="amd64 ppc ~ppc-macos ~x86" DEPEND="sys-libs/ncurses" |