diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-02-15 18:06:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-02-15 18:06:18 +0000 |
commit | ae884b3ba47779a57373b9b21a7f17c91c7b89f2 (patch) | |
tree | be85202df0df4c23d85daa5c968d114b4ba80e20 /app-emulation/uae | |
parent | Fix bug 304205 and removing old testing (diff) | |
download | gentoo-2-ae884b3ba47779a57373b9b21a7f17c91c7b89f2.tar.gz gentoo-2-ae884b3ba47779a57373b9b21a7f17c91c7b89f2.tar.bz2 gentoo-2-ae884b3ba47779a57373b9b21a7f17c91c7b89f2.zip |
whitespace
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'app-emulation/uae')
-rw-r--r-- | app-emulation/uae/uae-0.8.29-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/uae/uae-0.8.29-r1.ebuild b/app-emulation/uae/uae-0.8.29-r1.ebuild index 4d4f0200b26a..c22e4435edd9 100644 --- a/app-emulation/uae/uae-0.8.29-r1.ebuild +++ b/app-emulation/uae/uae-0.8.29-r1.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/app-emulation/uae/uae-0.8.29-r1.ebuild,v 1.1 2010/02/15 00:20:38 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.29-r1.ebuild,v 1.2 2010/02/15 18:06:18 mr_bones_ Exp $ inherit eutils @@ -38,7 +38,7 @@ src_unpack() { src_compile() { # disabling lots of options, cause many code-paths are broken, these should compile, # if you want/need other options, please test if they work with other combinations - # before opening a bug + # before opening a bug econf --enable-ui --with-x --without-svgalib \ --without-asciiart --without-sdl-sound --enable-threads \ $(use_with sdl) $(use_with sdl sdl-gfx) \ |