diff options
author | 2009-03-07 22:20:35 +0000 | |
---|---|---|
committer | 2009-03-07 22:20:35 +0000 | |
commit | adaa527972d36f99f2f3af4c82a32da2ee1ada74 (patch) | |
tree | b8a2fe31ffe78709a9c8a07c5f390136ccc2f461 /app-editors/joe/joe-3.5.ebuild | |
parent | Mask gvfs-1.0.3-r12 as well (diff) | |
download | historical-adaa527972d36f99f2f3af4c82a32da2ee1ada74.tar.gz historical-adaa527972d36f99f2f3af4c82a32da2ee1ada74.tar.bz2 historical-adaa527972d36f99f2f3af4c82a32da2ee1ada74.zip |
prune built_with_use and thus depend on a higher version of xterm
Package-Manager: portage-2.1.6.7/cvs/Linux i686
Diffstat (limited to 'app-editors/joe/joe-3.5.ebuild')
-rw-r--r-- | app-editors/joe/joe-3.5.ebuild | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/app-editors/joe/joe-3.5.ebuild b/app-editors/joe/joe-3.5.ebuild index 036da6aab136..43efdcde1d00 100644 --- a/app-editors/joe/joe-3.5.ebuild +++ b/app-editors/joe/joe-3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.14 2009/02/17 14:37:03 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.5.ebuild,v 1.15 2009/03/07 22:20:35 fauli Exp $ inherit flag-o-matic eutils @@ -14,14 +14,7 @@ KEYWORDS="alpha amd64 arm mips ppc ppc64 sparc x86" IUSE="xterm" DEPEND=">=sys-libs/ncurses-5.2-r2" -RDEPEND="xterm? ( >=x11-terms/xterm-215-r1 )" - -pkg_setup() { - if use xterm && ! built_with_use --missing true x11-terms/xterm paste64 - then - die "For full xterm clipboard support build x11-terms/xterm with USE=paste64" - fi -} +RDEPEND="xterm? ( >=x11-terms/xterm-239 )" src_unpack() { unpack ${A} |