summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-05-22 20:24:47 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-05-22 20:24:47 +0000
commitcaa4ab9eac0b91d6315bf4c5fb072e4dc43889ab (patch)
tree9e098d873c73cb8c0f8d8b836d305391aafc4468 /dev-python/pywebkitgtk
parentRemove old versions. (diff)
downloadgentoo-2-caa4ab9eac0b91d6315bf4c5fb072e4dc43889ab.tar.gz
gentoo-2-caa4ab9eac0b91d6315bf4c5fb072e4dc43889ab.tar.bz2
gentoo-2-caa4ab9eac0b91d6315bf4c5fb072e4dc43889ab.zip
Don't install .a and .la files in site-packages directories.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pywebkitgtk')
-rw-r--r--dev-python/pywebkitgtk/pywebkitgtk-1.1.7.ebuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/pywebkitgtk/pywebkitgtk-1.1.7.ebuild b/dev-python/pywebkitgtk/pywebkitgtk-1.1.7.ebuild
index d6b05fb67383..40ccf0b08275 100644
--- a/dev-python/pywebkitgtk/pywebkitgtk-1.1.7.ebuild
+++ b/dev-python/pywebkitgtk/pywebkitgtk-1.1.7.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/dev-python/pywebkitgtk/pywebkitgtk-1.1.7.ebuild,v 1.9 2010/04/05 17:42:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.7.ebuild,v 1.10 2010/05/22 20:24:47 arfrever Exp $
-EAPI="2"
+EAPI="3"
PYTHON_DEPEND="2"
PYTHON_EXPORT_PHASE_FUNCTIONS="1"
SUPPORT_PYTHON_ABIS="1"
@@ -28,8 +28,12 @@ DEPEND="${RDEPEND}
dev-util/pkgconfig"
RESTRICT_PYTHON_ABIS="3.*"
+src_configure() {
+ python_src_configure --disable-static
+}
+
src_install() {
python_src_install
-
+ python_clean_installation_image
dodoc AUTHORS MAINTAINERS NEWS README || die "dodoc failed"
}