diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-01 20:19:01 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-01 20:19:01 +0000 |
commit | 35c018a1373b62d6561b4bd869f32c3790b5c179 (patch) | |
tree | 83c9674fea148bbcabe2e829ccdc785d0069bcf9 /games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild | |
parent | Stable on amd64/x86 wrt bug #149666. (diff) | |
download | historical-35c018a1373b62d6561b4bd869f32c3790b5c179.tar.gz historical-35c018a1373b62d6561b4bd869f32c3790b5c179.tar.bz2 historical-35c018a1373b62d6561b4bd869f32c3790b5c179.zip |
Removing old virtual/x11 dependency.
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild')
-rw-r--r-- | games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild b/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild index 5f2984e04deb..3a52c729358f 100644 --- a/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild +++ b/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.9 2006/09/02 10:05:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.10 2006/12/01 20:19:01 wolf31o2 Exp $ inherit eutils games @@ -21,14 +21,12 @@ RDEPEND="virtual/opengl app-emulation/emul-linux-x86-compat app-emulation/emul-linux-x86-sdl ) x86? ( - || ( - ( - x11-libs/libX11 - x11-libs/libXext ) - virtual/x11 ) )" + x11-libs/libX11 + x11-libs/libXext )" -GAMES_CHECK_LICENSE="yes" S=${WORKDIR} + +GAMES_CHECK_LICENSE="yes" dir=${GAMES_PREFIX_OPT}/${PN} Ddir=${D}/${dir} |