diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-02-04 09:51:54 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-02-04 09:51:54 +0000 |
commit | aaf0620557d961753ed8fc1ef3c96787940082ad (patch) | |
tree | cd87572871473b7fa984a9e26701a6ca75462de0 /media-gfx/xpaint/xpaint-2.7.7.ebuild | |
parent | Remove old test version. Update TCP MD5 patch (#119256). (diff) | |
download | gentoo-2-aaf0620557d961753ed8fc1ef3c96787940082ad.tar.gz gentoo-2-aaf0620557d961753ed8fc1ef3c96787940082ad.tar.bz2 gentoo-2-aaf0620557d961753ed8fc1ef3c96787940082ad.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'media-gfx/xpaint/xpaint-2.7.7.ebuild')
-rw-r--r-- | media-gfx/xpaint/xpaint-2.7.7.ebuild | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/media-gfx/xpaint/xpaint-2.7.7.ebuild b/media-gfx/xpaint/xpaint-2.7.7.ebuild index 27b8fff12bf7..6e0ec2b71091 100644 --- a/media-gfx/xpaint/xpaint-2.7.7.ebuild +++ b/media-gfx/xpaint/xpaint-2.7.7.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/media-gfx/xpaint/xpaint-2.7.7.ebuild,v 1.1 2005/07/30 03:10:16 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xpaint/xpaint-2.7.7.ebuild,v 1.2 2006/02/04 09:51:53 nelchael Exp $ inherit eutils @@ -12,8 +12,22 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="Xaw3d" -DEPEND=">=media-libs/tiff-3.2 - virtual/x11 +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXt + x11-libs/libXext + x11-libs/libXpm + x11-libs/libXp + !Xaw3d? ( x11-libs/libXaw ) ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-misc/imake + x11-misc/gccmakedep + app-text/rman ) + virtual/x11 ) + >=media-libs/tiff-3.2 media-libs/jpeg media-libs/libpng sys-libs/zlib |