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 | |
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')
-rw-r--r-- | dev-python/qscintilla-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/qscintilla-python/qscintilla-python-2.4.ebuild | 9 |
2 files changed, 7 insertions, 8 deletions
diff --git a/dev-python/qscintilla-python/ChangeLog b/dev-python/qscintilla-python/ChangeLog index de538d2e66bc..71e615377700 100644 --- a/dev-python/qscintilla-python/ChangeLog +++ b/dev-python/qscintilla-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/qscintilla-python # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/ChangeLog,v 1.48 2010/01/06 21:11:27 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/ChangeLog,v 1.49 2010/01/11 17:17:00 arfrever Exp $ + + 11 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + qscintilla-python-2.4.ebuild: + Don't call python_need_rebuild(). 06 Jan 2010; Brent Baude <ranger@gentoo.org> qscintilla-python-2.4.ebuild: Marking qscintilla-python-2.4 ppc64 for bug 284707 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 -} |