summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-06-25 20:54:50 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-06-25 20:54:50 +0000
commit2cc8534c2886aef42771bb59e1d25c60f729d50e (patch)
tree782f38b8c69a993adb95f2d29c444327c4f78361 /games-simulation
parentFix bug #275318 (diff)
downloadgentoo-2-2cc8534c2886aef42771bb59e1d25c60f729d50e.tar.gz
gentoo-2-2cc8534c2886aef42771bb59e1d25c60f729d50e.tar.bz2
gentoo-2-2cc8534c2886aef42771bb59e1d25c60f729d50e.zip
arts is deprecated
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild b/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild
index a24cd406dcc5..8cc7703f413e 100644
--- a/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild
+++ b/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.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-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild,v 1.5 2008/02/28 20:50:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild,v 1.6 2009/06/25 20:54:50 mr_bones_ Exp $
WANT_AUTOMAKE=1.9 # bug #206412
inherit autotools eutils kde-functions games
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/kfreeflight/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="arts"
+IUSE=""
RDEPEND="games-simulation/flightgear"
@@ -24,8 +24,8 @@ need-kde 3.5.2
src_compile() {
egamesconf \
+ --without-arts \
--datadir=/usr/share \
- $(use_with arts) \
|| die
emake || die "emake failed"
}