diff options
author | 2004-06-03 19:54:02 +0000 | |
---|---|---|
committer | 2004-06-03 19:54:02 +0000 | |
commit | f8c31ce0c7e3caa5ae93e139069cd259f777a41f (patch) | |
tree | 96be0a7de9f7a531b61530c1a279d4c0e303ca86 /games-emulation/atari800/atari800-1.3.1.ebuild | |
parent | Initial import. (Manifest recommit) (diff) | |
download | gentoo-2-f8c31ce0c7e3caa5ae93e139069cd259f777a41f.tar.gz gentoo-2-f8c31ce0c7e3caa5ae93e139069cd259f777a41f.tar.bz2 gentoo-2-f8c31ce0c7e3caa5ae93e139069cd259f777a41f.zip |
Fix use invocation
Diffstat (limited to 'games-emulation/atari800/atari800-1.3.1.ebuild')
-rw-r--r-- | games-emulation/atari800/atari800-1.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/atari800/atari800-1.3.1.ebuild b/games-emulation/atari800/atari800-1.3.1.ebuild index a8afe6f17586..59f9f9ae64d3 100644 --- a/games-emulation/atari800/atari800-1.3.1.ebuild +++ b/games-emulation/atari800/atari800-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/atari800-1.3.1.ebuild,v 1.3 2004/02/20 06:26:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/atari800-1.3.1.ebuild,v 1.4 2004/06/03 19:54:02 agriffis Exp $ inherit games @@ -59,7 +59,7 @@ src_install () { pkg_postinst() { games_pkg_postinst - if [ `use sdl` ] ; then + if use sdl ; then echo echo einfo 'The emulator has been compiled using the SDL libraries. By default,' |