summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Tsoy <alexander@tsoy.me>2018-04-30 20:44:45 +0300
committerPacho Ramos <pacho@gentoo.org>2018-04-30 20:00:55 +0200
commitdf4af61b9c941b08174a238588639fd45eb5c9af (patch)
tree52a67b9ad0cd8cc628245bf4a970b7d3aaf3974a /games-fps
parentnet-wireless/hostapd: Fix whitespacing (diff)
downloadgentoo-df4af61b9c941b08174a238588639fd45eb5c9af.tar.gz
gentoo-df4af61b9c941b08174a238588639fd45eb5c9af.tar.bz2
gentoo-df4af61b9c941b08174a238588639fd45eb5c9af.zip
games-fps/darkplaces: fix typo
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/darkplaces/darkplaces-20140513-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-fps/darkplaces/darkplaces-20140513-r1.ebuild b/games-fps/darkplaces/darkplaces-20140513-r1.ebuild
index dc66236c626a..303d09082be6 100644
--- a/games-fps/darkplaces/darkplaces-20140513-r1.ebuild
+++ b/games-fps/darkplaces/darkplaces-20140513-r1.ebuild
@@ -186,7 +186,7 @@ pkg_postinst() {
elog "Place pak0.pak and pak1.pak in ${dir}/id1"
fi
- if use sdl $$ ! use alsa ; then
+ if use sdl && ! use alsa ; then
ewarn "Select opengl with alsa, instead of sdl USE flag, for better audio latency."
fi
}