summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-12-29 02:59:43 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-12-29 02:59:43 +0000
commit26f7c1f89f2a5de5388f93871cc384516c5d3cec (patch)
tree30895fac703ae7c1eb88c0da3a4fbe6d181851dc /dev-games/mercator/mercator-0.2.9.ebuild
parentRevbump to fix CFLAGS/LDFLAGS (diff)
downloadhistorical-26f7c1f89f2a5de5388f93871cc384516c5d3cec.tar.gz
historical-26f7c1f89f2a5de5388f93871cc384516c5d3cec.tar.bz2
historical-26f7c1f89f2a5de5388f93871cc384516c5d3cec.zip
eutils is unused (bug #349175)
Package-Manager: portage-2.1.9.25/cvs/Linux i686
Diffstat (limited to 'dev-games/mercator/mercator-0.2.9.ebuild')
-rw-r--r--dev-games/mercator/mercator-0.2.9.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-games/mercator/mercator-0.2.9.ebuild b/dev-games/mercator/mercator-0.2.9.ebuild
index a3bd63c1fd39..b6a846537ba2 100644
--- a/dev-games/mercator/mercator-0.2.9.ebuild
+++ b/dev-games/mercator/mercator-0.2.9.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/mercator/mercator-0.2.9.ebuild,v 1.1 2010/11/16 09:45:41 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/mercator/mercator-0.2.9.ebuild,v 1.2 2010/12/29 02:59:43 mr_bones_ Exp $
EAPI=2
-inherit base eutils
+inherit base
DESCRIPTION="WorldForge library primarily aimed at terrain."
HOMEPAGE="http://www.worldforge.org/dev/eng/libraries/mercator"
@@ -29,6 +29,5 @@ src_compile() {
src_install() {
use doc && HTML_DOCS=( doc/html/* )
base_src_install
- find "${D}" -type f -name '*.la' -exec rm {} + \
- || die "la removal failed"
+ find "${D}" -type f -name '*.la' -exec rm {} + || die
}