diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-20 20:09:43 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-20 20:09:43 +0000 |
commit | 8c5c6b368cdb1e8cc4b80ffa84c8acb5813f058b (patch) | |
tree | cba83f55be46dc1f58137330d922ff405ed1a79c /games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild | |
parent | stable for x86 (diff) | |
download | gentoo-2-8c5c6b368cdb1e8cc4b80ffa84c8acb5813f058b.tar.gz gentoo-2-8c5c6b368cdb1e8cc4b80ffa84c8acb5813f058b.tar.bz2 gentoo-2-8c5c6b368cdb1e8cc4b80ffa84c8acb5813f058b.zip |
Added modular X dependencies.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild')
-rw-r--r-- | games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild b/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild index 4b62baae6484..105a28cf5af9 100644 --- a/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild +++ b/games-strategy/majesty-demo/majesty-demo-1.0.0.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/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild,v 1.3 2005/10/21 18:16:17 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild,v 1.4 2006/01/20 20:09:43 wolf31o2 Exp $ inherit eutils games @@ -13,7 +13,26 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc" IUSE="" -RDEPEND="virtual/x11" +RDEPEND="sys-libs/glibc + x86? ( + || ( + ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXau + x11-libs/libXdmcp ) + virtual/x11 ) ) + ppc? ( + || ( + ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXau + x11-libs/libXdmcp ) + virtual/x11 ) ) + amd64? ( + app-emulation/emul-linux-x86-baselibs + app-emulation/emul-linux-x86-xlibs )" S=${WORKDIR} |