summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-03-07 02:45:05 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-03-07 02:45:05 +0000
commit5bcbf7753d4cc5e2c1f40fb1caf2b4feb66c7013 (patch)
treebe048ae2f5dfbc5a074e76d683c476836a4611ea /games-action/bzflag
parent+~dev-libs/libffi-3.3.3 (diff)
downloadhistorical-5bcbf7753d4cc5e2c1f40fb1caf2b4feb66c7013.tar.gz
historical-5bcbf7753d4cc5e2c1f40fb1caf2b4feb66c7013.tar.bz2
historical-5bcbf7753d4cc5e2c1f40fb1caf2b4feb66c7013.zip
IUSE sync
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-action/bzflag')
-rw-r--r--games-action/bzflag/Manifest2
-rw-r--r--games-action/bzflag/bzflag-2.0.0.20050117.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/games-action/bzflag/Manifest b/games-action/bzflag/Manifest
index 3805e97bfd25..9954c7f6ddc1 100644
--- a/games-action/bzflag/Manifest
+++ b/games-action/bzflag/Manifest
@@ -1,6 +1,6 @@
MD5 da4772d21dcc8ec1da06960fbd215bcd ChangeLog 3903
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 201fe763902ca6a814e624189a0b2f4d bzflag-2.0.0.20050117.ebuild 1390
+MD5 265b6c228f21f54b7c9be850ceb73a05 bzflag-2.0.0.20050117.ebuild 1395
MD5 0ed8ebea8e21de61bcbb3c017f1b8920 bzflag-1.10.8.20041007.ebuild 1212
MD5 8e85604e31f5c039ff7b200107918c95 files/digest-bzflag-2.0.0.20050117 75
MD5 fe41525284965b2043cd849635f9f085 files/digest-bzflag-1.10.8.20041007 76
diff --git a/games-action/bzflag/bzflag-2.0.0.20050117.ebuild b/games-action/bzflag/bzflag-2.0.0.20050117.ebuild
index 2c6423d5e303..1c2305a8f3e8 100644
--- a/games-action/bzflag/bzflag-2.0.0.20050117.ebuild
+++ b/games-action/bzflag/bzflag-2.0.0.20050117.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.0.20050117.ebuild,v 1.3 2005/02/05 03:35:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.0.20050117.ebuild,v 1.4 2005/03/07 02:45:05 mr_bones_ Exp $
inherit flag-o-matic games
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/bzflag/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-IUSE="adns dedicated kerberos"
+IUSE="adns curl dedicated kerberos"
RDEPEND="virtual/libc
!dedicated? ( virtual/opengl media-libs/libsdl )
@@ -43,9 +43,9 @@ src_compile() {
fi
egamesconf \
--disable-dependency-tracking \
- $(use_with kerberos) \
- $(use_enable curl) \
$(use_enable adns) \
+ $(use_enable curl) \
+ $(use_with kerberos) \
${myconf} \
|| die
emake || die "emake failed"