diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-13 23:47:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-13 23:47:25 +0000 |
commit | 6e748ced03a84efad02ead0d7b2cc0ea274ef898 (patch) | |
tree | a6033181328aafb392fc706c4a88d5cb9da4d8e8 /games-strategy | |
parent | tidy (diff) | |
download | gentoo-2-6e748ced03a84efad02ead0d7b2cc0ea274ef898.tar.gz gentoo-2-6e748ced03a84efad02ead0d7b2cc0ea274ef898.tar.bz2 gentoo-2-6e748ced03a84efad02ead0d7b2cc0ea274ef898.zip |
tidy
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/xconq/xconq-7.4.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-strategy/xconq/xconq-7.4.1.ebuild b/games-strategy/xconq/xconq-7.4.1.ebuild index 12aa4ddb711a..1a9567988459 100644 --- a/games-strategy/xconq/xconq-7.4.1.ebuild +++ b/games-strategy/xconq/xconq-7.4.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/xconq-7.4.1.ebuild,v 1.15 2010/10/07 09:06:55 tupone Exp $ -EAPI="2" +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/xconq-7.4.1.ebuild,v 1.16 2010/10/13 23:47:25 mr_bones_ Exp $ +EAPI=2 inherit eutils games DESCRIPTION="a general strategy game system" @@ -27,8 +27,7 @@ PATCHES=( "${FILESDIR}"/${PN}-gcc-3.4.patch src_configure() { egamesconf \ - --enable-alternate-scoresdir="${GAMES_STATEDIR}"/${PN} \ - || die + --enable-alternate-scoresdir="${GAMES_STATEDIR}"/${PN} } src_compile() { |