diff options
Diffstat (limited to 'app-editors/fe')
-rw-r--r-- | app-editors/fe/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/fe/fe-1.6.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/app-editors/fe/ChangeLog b/app-editors/fe/ChangeLog index 7d6b11be1c8d..236eda865cf9 100644 --- a/app-editors/fe/ChangeLog +++ b/app-editors/fe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/fe # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/fe/ChangeLog,v 1.1 2007/06/17 19:15:38 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/fe/ChangeLog,v 1.2 2007/10/10 06:40:20 opfer Exp $ + + 10 Oct 2007; Christian Faulhammer <opfer@gentoo.org> fe-1.6.ebuild: + remove PROVIDE=virtual/editor as we have now a new-style virtual *fe-1.6 (17 Jun 2007) diff --git a/app-editors/fe/fe-1.6.ebuild b/app-editors/fe/fe-1.6.ebuild index 3719c540c5b2..8ab18ee2ea5f 100644 --- a/app-editors/fe/fe-1.6.ebuild +++ b/app-editors/fe/fe-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/fe/fe-1.6.ebuild,v 1.1 2007/06/17 19:15:38 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/fe/fe-1.6.ebuild,v 1.2 2007/10/10 06:40:20 opfer Exp $ DESCRIPTION="A small and easy to use folding editor" HOMEPAGE="http://www.moria.de/~michael/fe/" @@ -13,7 +13,6 @@ IUSE="" DEPEND="sys-libs/ncurses" RDEPEND="${DEPEND}" -PROVIDE="virtual/editor" src_install() { emake \ |