diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-18 15:45:52 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-18 15:45:52 +0000 |
commit | 22b3f6b2b181fe6fbe4c08f80c4d067d6c0e9737 (patch) | |
tree | 2c336b92c3bd6f86d32129cd702ac5adb3bed830 /games-emulation/nestopia | |
parent | tidy (diff) | |
download | gentoo-2-22b3f6b2b181fe6fbe4c08f80c4d067d6c0e9737.tar.gz gentoo-2-22b3f6b2b181fe6fbe4c08f80c4d067d6c0e9737.tar.bz2 gentoo-2-22b3f6b2b181fe6fbe4c08f80c4d067d6c0e9737.zip |
tidy
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-emulation/nestopia')
-rw-r--r-- | games-emulation/nestopia/nestopia-1.40.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-emulation/nestopia/nestopia-1.40.ebuild b/games-emulation/nestopia/nestopia-1.40.ebuild index 33972e662b2e..ec1887eb6a68 100644 --- a/games-emulation/nestopia/nestopia-1.40.ebuild +++ b/games-emulation/nestopia/nestopia-1.40.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestopia/nestopia-1.40.ebuild,v 1.5 2010/10/18 10:57:11 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestopia/nestopia-1.40.ebuild,v 1.6 2010/10/18 15:45:52 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -17,13 +17,12 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="" -RDEPEND=">=x11-libs/gtk+-2.4:2 +DEPEND=">=x11-libs/gtk+-2.4:2 media-libs/alsa-lib >=media-libs/libsdl-1.2.12[audio,joystick,video] sys-libs/zlib virtual/opengl virtual/glu" -DEPEND="${RDEPEND}" S=${WORKDIR} |