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 | c72ee8f00f2a1686e9d5f5d23655e8b9793fa9e4 (patch) | |
tree | 02708ef2ba6f0fd13df2023acae0fc2fc971de6e /games-action/mutantstorm-demo | |
parent | Make support for hidden visibility explicit. (diff) | |
download | gentoo-2-c72ee8f00f2a1686e9d5f5d23655e8b9793fa9e4.tar.gz gentoo-2-c72ee8f00f2a1686e9d5f5d23655e8b9793fa9e4.tar.bz2 gentoo-2-c72ee8f00f2a1686e9d5f5d23655e8b9793fa9e4.zip |
Removing old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-action/mutantstorm-demo')
-rw-r--r-- | games-action/mutantstorm-demo/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild | 12 |
2 files changed, 10 insertions, 8 deletions
diff --git a/games-action/mutantstorm-demo/ChangeLog b/games-action/mutantstorm-demo/ChangeLog index 02b26247b262..80f9b1ae101c 100644 --- a/games-action/mutantstorm-demo/ChangeLog +++ b/games-action/mutantstorm-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/mutantstorm-demo # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.10 2006/09/02 10:05:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.11 2006/12/01 20:19:01 wolf31o2 Exp $ + + 01 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> + mutantstorm-demo-1.33.ebuild: + Removing old virtual/x11 dependency. 02 Sep 2006; Michael Sterrett <mr_bones_@gentoo.org> mutantstorm-demo-1.33.ebuild: 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} |