summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-11 17:37:55 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-11 17:37:55 +0000
commit0d3707a48d6c71ed57d85e1ff56bd964e9dee026 (patch)
tree8662c8d23016deb668ffad5a5ed759399550422c /dev-python/sip/sip-4.9.3-r1.ebuild
parentDrop alpha keyword (diff)
downloadgentoo-2-0d3707a48d6c71ed57d85e1ff56bd964e9dee026.tar.gz
gentoo-2-0d3707a48d6c71ed57d85e1ff56bd964e9dee026.tar.bz2
gentoo-2-0d3707a48d6c71ed57d85e1ff56bd964e9dee026.zip
Don't call python_need_rebuild() (bug #300517).
(Portage version: 15191-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/sip/sip-4.9.3-r1.ebuild')
-rw-r--r--dev-python/sip/sip-4.9.3-r1.ebuild15
1 files changed, 5 insertions, 10 deletions
diff --git a/dev-python/sip/sip-4.9.3-r1.ebuild b/dev-python/sip/sip-4.9.3-r1.ebuild
index fdb9ae214910..036634034368 100644
--- a/dev-python/sip/sip-4.9.3-r1.ebuild
+++ b/dev-python/sip/sip-4.9.3-r1.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.9.3-r1.ebuild,v 1.1 2009/12/20 10:53:01 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.9.3-r1.ebuild,v 1.2 2010/01/11 17:37:55 arfrever Exp $
EAPI="2"
+PYTHON_DEFINE_DEFAULT_FUNCTIONS="1"
SUPPORT_PYTHON_ABIS="1"
-inherit python toolchain-funcs eutils
+inherit eutils python toolchain-funcs
MY_P=${P/_pre/-snapshot-}
@@ -47,14 +48,8 @@ src_configure() {
python_execute_function -s configuration
}
-src_compile() {
- python_execute_function -d -s
-}
-
src_install() {
- python_need_rebuild
-
- python_execute_function -d -s
+ python_src_install
dodoc ChangeLog NEWS || die