diff options
author | Paul Varner <fuzzyray@gentoo.org> | 2006-03-02 04:00:34 +0000 |
---|---|---|
committer | Paul Varner <fuzzyray@gentoo.org> | 2006-03-02 04:00:34 +0000 |
commit | 4214e5b238cd6809d900b6def8d5a120878eea88 (patch) | |
tree | 2dc6583223d03a0b5872449622828ffd5652cfe0 /app-text/manedit/manedit-0.6.1.ebuild | |
parent | Include more headers to get proper prototypes by RiverRat #124487. (diff) | |
download | gentoo-2-4214e5b238cd6809d900b6def8d5a120878eea88.tar.gz gentoo-2-4214e5b238cd6809d900b6def8d5a120878eea88.tar.bz2 gentoo-2-4214e5b238cd6809d900b6def8d5a120878eea88.zip |
Removed old ebuilds and modified dependencies of manedit-0.6.1 for modular X.
(Portage version: 2.1_pre5-r1)
Diffstat (limited to 'app-text/manedit/manedit-0.6.1.ebuild')
-rw-r--r-- | app-text/manedit/manedit-0.6.1.ebuild | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/app-text/manedit/manedit-0.6.1.ebuild b/app-text/manedit/manedit-0.6.1.ebuild index 2bdef1d50893..50e0d3d16b76 100644 --- a/app-text/manedit/manedit-0.6.1.ebuild +++ b/app-text/manedit/manedit-0.6.1.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-text/manedit/manedit-0.6.1.ebuild,v 1.5 2005/09/23 23:54:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/manedit/manedit-0.6.1.ebuild,v 1.6 2006/03/02 04:00:34 fuzzyray Exp $ DESCRIPTION="Man page editor using XML tags" HOMEPAGE="http://wolfpack.twu.net/ManEdit/" @@ -11,10 +11,15 @@ SLOT="0" KEYWORDS="amd64 ppc sparc x86" IUSE="" -DEPEND="virtual/x11 - =x11-libs/gtk+-1* +RDEPEND="=x11-libs/gtk+-1* sys-libs/zlib - app-arch/bzip2" + app-arch/bzip2 + || ( ( x11-libs/libXi + ) + virtual/x11 + )" + +DEPEND="${RDEPEND}" src_compile() { # It autodetects x86 processors and adds the -march option itself |