diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-09-16 01:00:44 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-09-16 01:00:44 +0000 |
commit | bd52c570b239a3726dac12fb74fe5745c2a295a7 (patch) | |
tree | 150ee7a979f61e83d0aa88f78ae397e8af2960f6 /games-action/bzflag | |
parent | Stable for HPPA (bug #237362). (diff) | |
download | gentoo-2-bd52c570b239a3726dac12fb74fe5745c2a295a7.tar.gz gentoo-2-bd52c570b239a3726dac12fb74fe5745c2a295a7.tar.bz2 gentoo-2-bd52c570b239a3726dac12fb74fe5745c2a295a7.zip |
fix typo
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-action/bzflag')
-rw-r--r-- | games-action/bzflag/bzflag-2.0.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/bzflag/bzflag-2.0.12.ebuild b/games-action/bzflag/bzflag-2.0.12.ebuild index af379b8c0278..aa92396af2f5 100644 --- a/games-action/bzflag/bzflag-2.0.12.ebuild +++ b/games-action/bzflag/bzflag-2.0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.12.ebuild,v 1.1 2008/06/25 19:44:49 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.12.ebuild,v 1.2 2008/09/16 01:00:44 mr_bones_ Exp $ inherit eutils flag-o-matic games @@ -38,7 +38,7 @@ pkg_setup() { # Only do the libsdl checks for !dedicated - bug #107792 use dedicated || GAMES_USE_SDL="nojoystick" if ! built_with_use net-misc/curl ares; then - ewarn "net-misc/curl is not buily with c-ares support" + ewarn "net-misc/curl is not built with c-ares support" ewarn "To avoid undesired glitch during play consider" ewarn "emerging net-misc/curl with USE=\"ares\"." fi |