summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-01-20 15:59:18 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-01-20 15:59:18 +0000
commitd063fb90a39b97297e3205b9d7a1db31a0564305 (patch)
tree05547f773f8d37fa53667a98344ea30a0baefc41 /games-action
parentEAPI=2; add use-based dep (diff)
downloadgentoo-2-d063fb90a39b97297e3205b9d7a1db31a0564305.tar.gz
gentoo-2-d063fb90a39b97297e3205b9d7a1db31a0564305.tar.bz2
gentoo-2-d063fb90a39b97297e3205b9d7a1db31a0564305.zip
ares support for curl doesn't seem to be required (bug #255601)
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/bzflag/ChangeLog5
-rw-r--r--games-action/bzflag/bzflag-2.0.12.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/games-action/bzflag/ChangeLog b/games-action/bzflag/ChangeLog
index f4dde5eedf14..ae4beb600bdd 100644
--- a/games-action/bzflag/ChangeLog
+++ b/games-action/bzflag/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/bzflag
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.40 2009/01/19 17:27:52 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.41 2009/01/20 15:59:18 mr_bones_ Exp $
+
+ 20 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> bzflag-2.0.12.ebuild:
+ ares support for curl doesn't seem to be required (bug #255601)
19 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> bzflag-2.0.12.ebuild:
EAPI=2; add use-based dep; tidy
diff --git a/games-action/bzflag/bzflag-2.0.12.ebuild b/games-action/bzflag/bzflag-2.0.12.ebuild
index e116594e0e3e..530e194422a6 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-2009 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.6 2009/01/19 17:27:52 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.12.ebuild,v 1.7 2009/01/20 15:59:18 mr_bones_ Exp $
EAPI=2
inherit eutils flag-o-matic games
@@ -29,7 +29,7 @@ UIDEPEND="virtual/opengl
x11-libs/libXt
x11-libs/libXxf86vm"
-DEPEND=">=net-misc/curl-7.15.0[ares]
+DEPEND=">=net-misc/curl-7.15.0
sys-libs/ncurses
net-dns/c-ares
sdl? ( ${UIDEPEND} )