summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-09-16 01:00:44 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-09-16 01:00:44 +0000
commitbd52c570b239a3726dac12fb74fe5745c2a295a7 (patch)
tree150ee7a979f61e83d0aa88f78ae397e8af2960f6 /games-action/bzflag
parentStable for HPPA (bug #237362). (diff)
downloadgentoo-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.ebuild4
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