diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-09 23:28:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-09 23:28:29 +0000 |
commit | 9b1666ecd2ea21cc9bc4e446c05a034c0c555908 (patch) | |
tree | e9bde3c65959c980bdcc4e658810869d28da5607 /games-emulation/gnuboy | |
parent | version bump. (diff) | |
download | gentoo-2-9b1666ecd2ea21cc9bc4e446c05a034c0c555908.tar.gz gentoo-2-9b1666ecd2ea21cc9bc4e446c05a034c0c555908.tar.bz2 gentoo-2-9b1666ecd2ea21cc9bc4e446c05a034c0c555908.zip |
typo
(Portage version: 2.0.53)
Diffstat (limited to 'games-emulation/gnuboy')
-rw-r--r-- | games-emulation/gnuboy/gnuboy-1.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/gnuboy/gnuboy-1.0.3.ebuild b/games-emulation/gnuboy/gnuboy-1.0.3.ebuild index 7ff1e73f40ef..6c8b7d14b4bc 100644 --- a/games-emulation/gnuboy/gnuboy-1.0.3.ebuild +++ b/games-emulation/gnuboy/gnuboy-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnuboy/gnuboy-1.0.3.ebuild,v 1.9 2006/01/08 01:06:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnuboy/gnuboy-1.0.3.ebuild,v 1.10 2006/01/09 23:28:29 mr_bones_ Exp $ inherit games @@ -16,7 +16,7 @@ IUSE="X fbcon sdl svga" DEPEND="X? ( virtual/x11 ) sdl? ( media-libs/libsdl ) svga? ( media-libs/svgalib ) - !X? ( !svga ( !fbcon ( media-libs/libsdl ) ) )" + !X? ( !svga? ( !fbcon? ( media-libs/libsdl ) ) )" src_compile() { local myconf |