diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 18:42:10 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 18:42:10 +0000 |
commit | 822a414d58a7fdd465f9b217348229aca208d47c (patch) | |
tree | 0657de42992e00fbd5966b99434ae8e32e30f32e /x11-misc/xsimpsons/xsimpsons-0.1.ebuild | |
parent | Ebuild clean-up (diff) | |
download | gentoo-2-822a414d58a7fdd465f9b217348229aca208d47c.tar.gz gentoo-2-822a414d58a7fdd465f9b217348229aca208d47c.tar.bz2 gentoo-2-822a414d58a7fdd465f9b217348229aca208d47c.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/xsimpsons/xsimpsons-0.1.ebuild')
-rw-r--r-- | x11-misc/xsimpsons/xsimpsons-0.1.ebuild | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/x11-misc/xsimpsons/xsimpsons-0.1.ebuild b/x11-misc/xsimpsons/xsimpsons-0.1.ebuild index 0e6876577451..fa31be99b49e 100644 --- a/x11-misc/xsimpsons/xsimpsons-0.1.ebuild +++ b/x11-misc/xsimpsons/xsimpsons-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsimpsons/xsimpsons-0.1.ebuild,v 1.7 2004/09/02 22:49:42 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsimpsons/xsimpsons-0.1.ebuild,v 1.8 2006/01/21 18:42:10 nelchael Exp $ DESCRIPTION="The Simpsons walking along the tops of your windows." HOMEPAGE="http://netzverschmutzer.net/~sbeyer/programming/projects/?dir=extensions#xpenguins" @@ -11,7 +11,17 @@ SLOT="0" KEYWORDS="x86 ppc" IUSE="" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + 11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 )" src_compile() { emake || die "emake failed" |