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 | 5eecdd6dccc8fcfafd997f41d51e1a66740373c0 (patch) | |
tree | 72aed60098b7ad6dd79f7814368aee8f190082de /games-emulation/gnuboy | |
parent | version bump. (diff) | |
download | historical-5eecdd6dccc8fcfafd997f41d51e1a66740373c0.tar.gz historical-5eecdd6dccc8fcfafd997f41d51e1a66740373c0.tar.bz2 historical-5eecdd6dccc8fcfafd997f41d51e1a66740373c0.zip |
typo
Package-Manager: portage-2.0.53
Diffstat (limited to 'games-emulation/gnuboy')
-rw-r--r-- | games-emulation/gnuboy/Manifest | 2 | ||||
-rw-r--r-- | games-emulation/gnuboy/gnuboy-1.0.3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/gnuboy/Manifest b/games-emulation/gnuboy/Manifest index 810ce8fc422f..f2df0181176a 100644 --- a/games-emulation/gnuboy/Manifest +++ b/games-emulation/gnuboy/Manifest @@ -1,4 +1,4 @@ MD5 e057006ad1af4aa5299d94c09d65c1fa ChangeLog 823 MD5 aaa1c3b3b75fac31451803f7290c595a files/digest-gnuboy-1.0.3 64 -MD5 30b3cc70cc39ff45105d736490247e2c gnuboy-1.0.3.ebuild 1150 +MD5 bc19f4e6e4395bcf555a6210d3119505 gnuboy-1.0.3.ebuild 1153 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 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 |