diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-29 13:39:04 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-29 13:39:04 +0000 |
commit | 9afbc38756061be856cc0f78d221ff7d68711bb6 (patch) | |
tree | a0de39eb67aa56aa855d4cb17459379ae44011b6 /games-strategy/attal/attal-0.9.4.ebuild | |
parent | Remove version information from openal dependency for bug #138392. (diff) | |
download | gentoo-2-9afbc38756061be856cc0f78d221ff7d68711bb6.tar.gz gentoo-2-9afbc38756061be856cc0f78d221ff7d68711bb6.tar.bz2 gentoo-2-9afbc38756061be856cc0f78d221ff7d68711bb6.zip |
Fixed dependencies and closing bug #138461.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'games-strategy/attal/attal-0.9.4.ebuild')
-rw-r--r-- | games-strategy/attal/attal-0.9.4.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games-strategy/attal/attal-0.9.4.ebuild b/games-strategy/attal/attal-0.9.4.ebuild index 45d1e2606a99..6654c069280e 100644 --- a/games-strategy/attal/attal-0.9.4.ebuild +++ b/games-strategy/attal/attal-0.9.4.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-strategy/attal/attal-0.9.4.ebuild,v 1.4 2006/05/30 20:42:08 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/attal/attal-0.9.4.ebuild,v 1.5 2006/06/29 13:39:04 wolf31o2 Exp $ inherit eutils flag-o-matic games @@ -15,7 +15,9 @@ SLOT="0" KEYWORDS="~ppc ~x86" IUSE="" -DEPEND="=x11-libs/qt-3*" +DEPEND="=x11-libs/qt-3* + media-libs/libsdl + media-libs/sdl-mixer" S=${WORKDIR}/${MY_P} |