summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-10-28 11:56:18 +0000
committerAli Polatel <hawking@gentoo.org>2008-10-28 11:56:18 +0000
commit26aae4b57605d7aefb9c0d78f313ec8b6a1584d2 (patch)
tree441b4b2980a17330c68ee89b500ccdbb15022f7c /dev-python/sexy-python
parentTrivial fix for bug #242188, plus minor QA fixes. (diff)
downloadhistorical-26aae4b57605d7aefb9c0d78f313ec8b6a1584d2.tar.gz
historical-26aae4b57605d7aefb9c0d78f313ec8b6a1584d2.tar.bz2
historical-26aae4b57605d7aefb9c0d78f313ec8b6a1584d2.zip
Use python_need_rebuild.
Package-Manager: portage--svn/cvs/Linux 2.6.26-gentoo x86_64
Diffstat (limited to 'dev-python/sexy-python')
-rw-r--r--dev-python/sexy-python/ChangeLog5
-rw-r--r--dev-python/sexy-python/sexy-python-0.1.9.ebuild5
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
}