diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-01-11 17:17:00 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-01-11 17:17:00 +0000 |
commit | 4b696528aa03e1a6d1e2ec04aeb9031929e1bb1f (patch) | |
tree | a6350e37a52fe5133360113d98f7e6a279ecf35f /dev-python/qscintilla-python/qscintilla-python-2.4.ebuild | |
parent | Don't call python_need_rebuild(). (diff) | |
download | gentoo-2-4b696528aa03e1a6d1e2ec04aeb9031929e1bb1f.tar.gz gentoo-2-4b696528aa03e1a6d1e2ec04aeb9031929e1bb1f.tar.bz2 gentoo-2-4b696528aa03e1a6d1e2ec04aeb9031929e1bb1f.zip |
Don't call python_need_rebuild().
(Portage version: 15191-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/qscintilla-python/qscintilla-python-2.4.ebuild')
-rw-r--r-- | dev-python/qscintilla-python/qscintilla-python-2.4.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/dev-python/qscintilla-python/qscintilla-python-2.4.ebuild b/dev-python/qscintilla-python/qscintilla-python-2.4.ebuild index 0b34ea8bd408..2bd67718761d 100644 --- a/dev-python/qscintilla-python/qscintilla-python-2.4.ebuild +++ b/dev-python/qscintilla-python/qscintilla-python-2.4.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.4.ebuild,v 1.16 2010/01/06 21:11:27 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.4.ebuild,v 1.17 2010/01/11 17:17:00 arfrever Exp $ EAPI="2" +PYTHON_DEFINE_DEFAULT_FUNCTIONS="1" SUPPORT_PYTHON_ABIS="1" inherit eutils multilib python toolchain-funcs @@ -51,9 +52,3 @@ src_compile() { } python_execute_function -s building } - -src_install() { - python_need_rebuild - - python_execute_function -d -s -} |