diff options
author | Akinori Hattori <hattya@gentoo.org> | 2006-02-18 14:45:20 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2006-02-18 14:45:20 +0000 |
commit | f44b6fb80f186d53387868d8539bc0cb22536597 (patch) | |
tree | 92a00d160e002d74546d27f4d65fbd632e2365c1 /app-doc | |
parent | new upstream release. fixes bug #122779 and bug #123145. (diff) | |
download | gentoo-2-f44b6fb80f186d53387868d8539bc0cb22536597.tar.gz gentoo-2-f44b6fb80f186d53387868d8539bc0cb22536597.tar.bz2 gentoo-2-f44b6fb80f186d53387868d8539bc0cb22536597.zip |
remove app-editors/vi from RDEPEND. fixes bug #122197.
(Portage version: 2.0.54)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/vilearn/ChangeLog | 7 | ||||
-rw-r--r-- | app-doc/vilearn/vilearn-1.0.ebuild | 9 |
2 files changed, 8 insertions, 8 deletions
diff --git a/app-doc/vilearn/ChangeLog b/app-doc/vilearn/ChangeLog index 65e1d34e941b..34e8d4d497c5 100644 --- a/app-doc/vilearn/ChangeLog +++ b/app-doc/vilearn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-doc/vilearn -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/vilearn/ChangeLog,v 1.8 2005/06/05 11:30:47 hansmi Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/vilearn/ChangeLog,v 1.9 2006/02/18 14:45:20 hattya Exp $ + + 18 Feb 2006; Akinori Hattori <hattya@gentoo.org> vilearn-1.0.ebuild: + remove app-editors/vi from RDEPEND. fixes bug #122197. 05 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> vilearn-1.0.ebuild: Stable on ppc. diff --git a/app-doc/vilearn/vilearn-1.0.ebuild b/app-doc/vilearn/vilearn-1.0.ebuild index f5616c4ea22e..92d8d02f367c 100644 --- a/app-doc/vilearn/vilearn-1.0.ebuild +++ b/app-doc/vilearn/vilearn-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/vilearn/vilearn-1.0.ebuild,v 1.8 2005/06/05 11:30:47 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/vilearn/vilearn-1.0.ebuild,v 1.9 2006/02/18 14:45:20 hattya Exp $ IUSE="" @@ -12,10 +12,7 @@ LICENSE="BSD" KEYWORDS="amd64 ppc x86" SLOT="0" -RDEPEND="|| ( - app-editors/vim - app-editors/vi - )" +RDEPEND="app-editors/vim" src_compile() { |