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 | |
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')
-rw-r--r-- | games-action/shootingstar/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/shootingstar/shootingstar-1.2.0.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games-action/shootingstar/ChangeLog b/games-action/shootingstar/ChangeLog index 4e12d9fd3609..657411b5c1cb 100644 --- a/games-action/shootingstar/ChangeLog +++ b/games-action/shootingstar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/shootingstar -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/ChangeLog,v 1.6 2009/06/03 14:17:13 tupone Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/ChangeLog,v 1.7 2009/10/19 05:01:04 mr_bones_ Exp $ + + 19 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org> + shootingstar-1.2.0.ebuild: + add video use dep for libsdl; tidy 03 Jun 2009; Alfredo Tupone <tupone@gentoo.org> +files/shootingstar-1.2.0-gcc44.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 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 |