diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-01-28 21:19:11 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-01-28 21:19:11 +0000 |
commit | c1e5e4e0b8f0736be07caab0d06226b4259c29f1 (patch) | |
tree | 678baf8c346c8f75309d9c7a541482b759e9dc87 /games-action/shootingstar | |
parent | Stable on x86; bug #120489 (diff) | |
download | gentoo-2-c1e5e4e0b8f0736be07caab0d06226b4259c29f1.tar.gz gentoo-2-c1e5e4e0b8f0736be07caab0d06226b4259c29f1.tar.bz2 gentoo-2-c1e5e4e0b8f0736be07caab0d06226b4259c29f1.zip |
Fix dependencies for modular X.
(Portage version: 2.1_pre4)
Diffstat (limited to 'games-action/shootingstar')
-rw-r--r-- | games-action/shootingstar/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/shootingstar/shootingstar-1.2.0.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games-action/shootingstar/ChangeLog b/games-action/shootingstar/ChangeLog index 50ad524e4064..bf0e45ef0d6f 100644 --- a/games-action/shootingstar/ChangeLog +++ b/games-action/shootingstar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/shootingstar -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/ChangeLog,v 1.3 2004/07/26 21:53:12 mr_bones_ Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/ChangeLog,v 1.4 2006/01/28 21:19:10 joshuabaergen Exp $ + + 28 Jan 2006; Joshua Baergen <joshuabaergen@gentoo.org> + shootingstar-1.2.0.ebuild: + Remove x11 dependencies as this package does not directly depend on X. 26 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> +files/1.2.0-gcc34.patch, shootingstar-1.2.0.ebuild: diff --git a/games-action/shootingstar/shootingstar-1.2.0.ebuild b/games-action/shootingstar/shootingstar-1.2.0.ebuild index db92aa369c17..9f67c851cc4c 100644 --- a/games-action/shootingstar/shootingstar-1.2.0.ebuild +++ b/games-action/shootingstar/shootingstar-1.2.0.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/games-action/shootingstar/shootingstar-1.2.0.ebuild,v 1.3 2004/07/26 21:53:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/shootingstar-1.2.0.ebuild,v 1.4 2006/01/28 21:19:10 joshuabaergen Exp $ inherit eutils games @@ -13,8 +13,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/x11 - virtual/opengl +DEPEND="virtual/opengl virtual/glu >=media-libs/libsdl-1.2 media-libs/sdl-mixer |