summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-01-10 20:27:37 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-01-10 20:27:37 +0000
commita4694cc6d446cdf74fef877e10087f46b372c60a (patch)
tree276e2ea0694e6f30f5ab0da518125645386151e4 /games-action/lugaru-demo
parentStable on sparc too (diff)
downloadgentoo-2-a4694cc6d446cdf74fef877e10087f46b372c60a.tar.gz
gentoo-2-a4694cc6d446cdf74fef877e10087f46b372c60a.tar.bz2
gentoo-2-a4694cc6d446cdf74fef877e10087f46b372c60a.zip
Added modular X dependencies.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'games-action/lugaru-demo')
-rw-r--r--games-action/lugaru-demo/ChangeLog8
-rw-r--r--games-action/lugaru-demo/lugaru-demo-1.0.ebuild19
2 files changed, 21 insertions, 6 deletions
diff --git a/games-action/lugaru-demo/ChangeLog b/games-action/lugaru-demo/ChangeLog
index 6f5ca790bae0..6438caf13eae 100644
--- a/games-action/lugaru-demo/ChangeLog
+++ b/games-action/lugaru-demo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/lugaru-demo
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru-demo/ChangeLog,v 1.3 2005/10/21 17:27:06 wolf31o2 Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru-demo/ChangeLog,v 1.4 2006/01/10 20:27:37 wolf31o2 Exp $
+
+ 10 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ lugaru-demo-1.0.ebuild:
+ Added modular X dependencies.
21 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
lugaru-demo-1.0.ebuild:
diff --git a/games-action/lugaru-demo/lugaru-demo-1.0.ebuild b/games-action/lugaru-demo/lugaru-demo-1.0.ebuild
index ccebdd0d150c..a7933f44a5ea 100644
--- a/games-action/lugaru-demo/lugaru-demo-1.0.ebuild
+++ b/games-action/lugaru-demo/lugaru-demo-1.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-action/lugaru-demo/lugaru-demo-1.0.ebuild,v 1.3 2005/10/21 17:27:06 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru-demo/lugaru-demo-1.0.ebuild,v 1.4 2006/01/10 20:27:37 wolf31o2 Exp $
inherit games
@@ -13,10 +13,21 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="sys-libs/glibc
- amd64? ( app-emulation/emul-linux-x86-sdl )"
DEPEND="app-arch/unzip"
+RDEPEND="sys-libs/glibc
+ amd64? (
+ app-emulation/emul-linux-x86-compat
+ app-emulation/emul-linux-x86-sdl
+ app-emulation/emul-linux-x86-xlibs )
+ x86? (
+ || (
+ (
+ x11-libs/libX11
+ x11-libs/libXext )
+ virtual/x11 )
+ =virtual/libstdc++-3.3 )"
+
S=${WORKDIR}
src_unpack() {