summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-11 16:53:06 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-11 16:53:06 +0000
commit599e62d691ad763955ebacb93641dc5700a73961 (patch)
tree8c1c3b7b883a22a925affaac7e7d1041c29bb193 /dev-python/pycrypto
parentBump, follows last tagged release as the snapshots do not match dev channel (diff)
downloadgentoo-2-599e62d691ad763955ebacb93641dc5700a73961.tar.gz
gentoo-2-599e62d691ad763955ebacb93641dc5700a73961.tar.bz2
gentoo-2-599e62d691ad763955ebacb93641dc5700a73961.zip
Don't call python_need_rebuild().
(Portage version: 15191-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pycrypto')
-rw-r--r--dev-python/pycrypto/ChangeLog6
-rw-r--r--dev-python/pycrypto/pycrypto-2.0.1-r8.ebuild5
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/pycrypto/ChangeLog b/dev-python/pycrypto/ChangeLog
index 16b22a6b54f7..30471bc50de6 100644
--- a/dev-python/pycrypto/ChangeLog
+++ b/dev-python/pycrypto/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pycrypto
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/ChangeLog,v 1.84 2010/01/01 14:19:29 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/ChangeLog,v 1.85 2010/01/11 16:53:06 arfrever Exp $
+
+ 11 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ pycrypto-2.0.1-r8.ebuild:
+ Don't call python_need_rebuild().
01 Jan 2010; Tobias Klausmann <klausman@gentoo.org>
pycrypto-2.1.0_beta1.ebuild:
diff --git a/dev-python/pycrypto/pycrypto-2.0.1-r8.ebuild b/dev-python/pycrypto/pycrypto-2.0.1-r8.ebuild
index eab17d18c4c7..d3c03be942dc 100644
--- a/dev-python/pycrypto/pycrypto-2.0.1-r8.ebuild
+++ b/dev-python/pycrypto/pycrypto-2.0.1-r8.ebuild
@@ -1,6 +1,6 @@
-# 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/pycrypto/pycrypto-2.0.1-r8.ebuild,v 1.10 2009/10/11 09:42:42 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-2.0.1-r8.ebuild,v 1.11 2010/01/11 16:53:06 arfrever Exp $
EAPI="2"
NEED_PYTHON="2.5"
@@ -45,7 +45,6 @@ src_compile() {
# -finline-functions (implied by -O3).
gcc-specs-ssp && append-flags -fno-inline-functions
distutils_src_compile
- python_need_rebuild
}
src_test() {