diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-10-28 11:52:20 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-10-28 11:52:20 +0000 |
commit | ce80c2c12e2daff93507d684b99dde85896ae186 (patch) | |
tree | 0513ec57bf76c624eb92df597ed1d7e93bec569a /dev-python | |
parent | Trivial fix for bug #242188, plus minor QA fixes. (diff) | |
download | gentoo-2-ce80c2c12e2daff93507d684b99dde85896ae186.tar.gz gentoo-2-ce80c2c12e2daff93507d684b99dde85896ae186.tar.bz2 gentoo-2-ce80c2c12e2daff93507d684b99dde85896ae186.zip |
Use python_need_rebuild.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sexy-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/sexy-python/sexy-python-0.1.9.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-python/sexy-python/ChangeLog b/dev-python/sexy-python/ChangeLog index 12308af9ac96..6d52014528b8 100644 --- a/dev-python/sexy-python/ChangeLog +++ b/dev-python/sexy-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/sexy-python # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/ChangeLog,v 1.11 2008/04/18 09:49:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/ChangeLog,v 1.12 2008/10/28 11:52:20 hawking Exp $ + + 28 Oct 2008; Ali Polatel <hawking@gentoo.org> sexy-python-0.1.9.ebuild: + Use python_need_rebuild. 18 Apr 2008; Raúl Porcel <armin76@gentoo.org> sexy-python-0.1.9.ebuild: Add ~sparc diff --git a/dev-python/sexy-python/sexy-python-0.1.9.ebuild b/dev-python/sexy-python/sexy-python-0.1.9.ebuild index 7f470b9818cc..82e211cfb812 100644 --- a/dev-python/sexy-python/sexy-python-0.1.9.ebuild +++ b/dev-python/sexy-python/sexy-python-0.1.9.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/sexy-python-0.1.9.ebuild,v 1.11 2008/04/18 09:49:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/sexy-python-0.1.9.ebuild,v 1.12 2008/10/28 11:52:20 hawking Exp $ + +inherit python DESCRIPTION="Python bindings for libsexy." HOMEPAGE="http://www.chipx86.com/wiki/Libsexy" @@ -17,6 +19,7 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" src_install() { + python_need_rebuild emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog NEWS README } |