diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-01-26 15:41:46 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-01-26 15:41:46 +0000 |
commit | e39bec8b339152fab86114f66ea001bee51b1adb (patch) | |
tree | 75a41df642f782a7a83637ab323b04e26c4fe782 /app-editors/bvi/bvi-1.3.2.ebuild | |
parent | Added a dependency on pkgconfig to fix bug 206013. (diff) | |
download | gentoo-2-e39bec8b339152fab86114f66ea001bee51b1adb.tar.gz gentoo-2-e39bec8b339152fab86114f66ea001bee51b1adb.tar.bz2 gentoo-2-e39bec8b339152fab86114f66ea001bee51b1adb.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-editors/bvi/bvi-1.3.2.ebuild')
-rw-r--r-- | app-editors/bvi/bvi-1.3.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/bvi/bvi-1.3.2.ebuild b/app-editors/bvi/bvi-1.3.2.ebuild index 33315e1b5868..60c4455abe83 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 +# Copyright 1999-2008 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.8 2006/10/25 04:26:00 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bvi/bvi-1.3.2.ebuild,v 1.9 2008/01/26 15:41:46 grobian Exp $ inherit multilib @@ -11,7 +11,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 x86" DEPEND="sys-libs/ncurses" |