diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-01-22 08:07:43 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-01-22 08:07:43 +0000 |
commit | 43f52cfda6e0e34ef72b8005d6830e6d3f186fb7 (patch) | |
tree | 38d7d7f342e624b1270843785fdb98f924c0501d /games-strategy/asc | |
parent | Add pkgconfig dep, bug #206427 (diff) | |
download | gentoo-2-43f52cfda6e0e34ef72b8005d6830e6d3f186fb7.tar.gz gentoo-2-43f52cfda6e0e34ef72b8005d6830e6d3f186fb7.tar.bz2 gentoo-2-43f52cfda6e0e34ef72b8005d6830e6d3f186fb7.zip |
Add sdl-sound dep, bug #206419
(Portage version: 2.1.4)
Diffstat (limited to 'games-strategy/asc')
-rw-r--r-- | games-strategy/asc/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/asc/asc-2.0.1.0.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/games-strategy/asc/ChangeLog b/games-strategy/asc/ChangeLog index 79476c88b364..6fbdc6173ad7 100644 --- a/games-strategy/asc/ChangeLog +++ b/games-strategy/asc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/asc -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.23 2007/11/20 09:16:05 mr_bones_ Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.24 2008/01/22 08:07:43 nyhm Exp $ + + 22 Jan 2008; Tristan Heaven <nyhm@gentoo.org> asc-2.0.1.0.ebuild: + Add sdl-sound dep, bug #206419 20 Nov 2007; Michael Sterrett <mr_bones_@gentoo.org> asc-2.0.1.0.ebuild: Add physfs dep (bug #199742) diff --git a/games-strategy/asc/asc-2.0.1.0.ebuild b/games-strategy/asc/asc-2.0.1.0.ebuild index 526a8c787430..089fa33b6562 100644 --- a/games-strategy/asc/asc-2.0.1.0.ebuild +++ b/games-strategy/asc/asc-2.0.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.0.1.0.ebuild,v 1.2 2007/11/20 09:16:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.0.1.0.ebuild,v 1.3 2008/01/22 08:07:43 nyhm Exp $ inherit toolchain-funcs flag-o-matic games @@ -18,9 +18,10 @@ IUSE="" RDEPEND="app-arch/bzip2 media-libs/jpeg - >=media-libs/libsdl-1.2.2 + media-libs/libsdl media-libs/sdl-image - >=media-libs/sdl-mixer-1.2 + media-libs/sdl-mixer + media-libs/sdl-sound dev-libs/boost dev-games/physfs media-libs/smpeg |