diff options
author | 2005-12-12 05:02:10 +0000 | |
---|---|---|
committer | 2005-12-12 05:02:10 +0000 | |
commit | bcf79c85d568221b0448b6166a022a899d988064 (patch) | |
tree | 4fcc197413605de60a4d0ffcb2a2e586c6b43060 /media-video/xanim/xanim-2.80.1-r4.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-bcf79c85d568221b0448b6166a022a899d988064.tar.gz gentoo-2-bcf79c85d568221b0448b6166a022a899d988064.tar.bz2 gentoo-2-bcf79c85d568221b0448b6166a022a899d988064.zip |
Add modular X dependencies.
(Portage version: 2.0.53)
Diffstat (limited to 'media-video/xanim/xanim-2.80.1-r4.ebuild')
-rw-r--r-- | media-video/xanim/xanim-2.80.1-r4.ebuild | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/media-video/xanim/xanim-2.80.1-r4.ebuild b/media-video/xanim/xanim-2.80.1-r4.ebuild index ba93f228ed56..ff54c3aabe8e 100644 --- a/media-video/xanim/xanim-2.80.1-r4.ebuild +++ b/media-video/xanim/xanim-2.80.1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/xanim/xanim-2.80.1-r4.ebuild,v 1.29 2005/10/30 22:59:34 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xanim/xanim-2.80.1-r4.ebuild,v 1.30 2005/12/12 04:58:19 spyderous Exp $ inherit flag-o-matic toolchain-funcs @@ -12,10 +12,15 @@ SLOT="0" KEYWORDS="x86 ppc sparc ~mips alpha hppa amd64 ia64 ppc64" IUSE="" -RDEPEND="virtual/x11 +RDEPEND="|| ( ( x11-libs/libXext + x11-libs/libXt + ) + virtual/x11 + ) >=sys-libs/zlib-1.1.3" DEPEND="${RDEPEND} - >=sys-apps/sed-4.0.5" + >=sys-apps/sed-4.0.5 + || ( x11-proto/xextproto virtual/x11 )" MY_P=${PN}${PV//.} S=${WORKDIR}/${MY_P} |