summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/geos/geos-3.1.1.ebuild')
-rw-r--r--sci-libs/geos/geos-3.1.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/geos/geos-3.1.1.ebuild b/sci-libs/geos/geos-3.1.1.ebuild
index 40efbbcf5a26..841892fa98b2 100644
--- a/sci-libs/geos/geos-3.1.1.ebuild
+++ b/sci-libs/geos/geos-3.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.1.1.ebuild,v 1.7 2010/01/02 18:12:19 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.1.1.ebuild,v 1.8 2010/01/07 02:50:56 bicatali Exp $
EAPI=2
inherit eutils
@@ -39,6 +39,7 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
+ rm -f "${D}"usr/lib*/python*/site-packages/geos/_geos.*a || die
dodoc AUTHORS NEWS README TODO
if use doc; then
cd "${S}/doc"