diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-12-04 19:58:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-12-04 19:58:51 +0000 |
commit | 4e90858bf7334cc6f395022758eebac3ec775115 (patch) | |
tree | b03467fa454483e8c68b6dd9acd9e915cb05a2f1 /games-arcade | |
parent | Bug #295615 - Disable cxx by default for net-nds/openldap, in order to (diff) | |
download | gentoo-2-4e90858bf7334cc6f395022758eebac3ec775115.tar.gz gentoo-2-4e90858bf7334cc6f395022758eebac3ec775115.tar.bz2 gentoo-2-4e90858bf7334cc6f395022758eebac3ec775115.zip |
add use-deps for libsdl
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild b/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild index fcc4ff4658b3..448f4299dee1 100644 --- a/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild +++ b/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild,v 1.11 2009/12/04 09:06:21 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild,v 1.12 2009/12/04 19:58:51 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -14,8 +14,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc sparc x86 ~x86-fbsd" IUSE="" -RDEPEND="media-libs/libsdl" -DEPEND="${RDEPEND}" +DEPEND="media-libs/libsdl[audio,joystick,video]" S=${WORKDIR}/yar-${PV} |