diff options
Diffstat (limited to 'app-editors/joe/joe-3.5.ebuild')
-rw-r--r-- | app-editors/joe/joe-3.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-editors/joe/joe-3.5.ebuild b/app-editors/joe/joe-3.5.ebuild index 104d786b79f1..6336d0391b79 100644 --- a/app-editors/joe/joe-3.5.ebuild +++ b/app-editors/joe/joe-3.5.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/joe/joe-3.5.ebuild,v 1.11 2007/05/25 16:46:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.5.ebuild,v 1.12 2007/10/10 06:57:56 opfer Exp $ inherit flag-o-matic eutils @@ -15,7 +15,6 @@ IUSE="xterm" DEPEND=">=sys-libs/ncurses-5.2-r2" RDEPEND="!ppc-macos? ( xterm? ( >=x11-terms/xterm-215-r1 ) )" -PROVIDE="virtual/editor" pkg_setup() { if use xterm && ! built_with_use x11-terms/xterm paste64; then |