diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-19 05:01:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-19 05:01:04 +0000 |
commit | aeade38a8a539800212a31d9a89c15f2f5cd91e8 (patch) | |
tree | 01d797bb2d5786b54c06cae7309529c84b99c51a /games-action/shootingstar/shootingstar-1.2.0.ebuild | |
parent | EAPI=2 (diff) | |
download | gentoo-2-aeade38a8a539800212a31d9a89c15f2f5cd91e8.tar.gz gentoo-2-aeade38a8a539800212a31d9a89c15f2f5cd91e8.tar.bz2 gentoo-2-aeade38a8a539800212a31d9a89c15f2f5cd91e8.zip |
add video use dep for libsdl; tidy
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-action/shootingstar/shootingstar-1.2.0.ebuild')
-rw-r--r-- | games-action/shootingstar/shootingstar-1.2.0.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games-action/shootingstar/shootingstar-1.2.0.ebuild b/games-action/shootingstar/shootingstar-1.2.0.ebuild index b5ab1a9ac9cd..b9f9ab684d85 100644 --- a/games-action/shootingstar/shootingstar-1.2.0.ebuild +++ b/games-action/shootingstar/shootingstar-1.2.0.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2009 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.6 2009/06/03 14:17:13 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/shootingstar-1.2.0.ebuild,v 1.7 2009/10/19 05:01:04 mr_bones_ Exp $ EAPI=2 - inherit eutils games DESCRIPTION="A topdown shooter" @@ -17,10 +16,9 @@ IUSE="" DEPEND="virtual/opengl virtual/glu - media-libs/libsdl + media-libs/libsdl[video] media-libs/sdl-mixer media-libs/sdl-image" -RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${PV}-gcc34.patch |