diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-03-09 12:55:52 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-03-09 12:55:52 +0000 |
commit | c7e79d49f186c854a416afed84be9aeede90d1f7 (patch) | |
tree | 62d360c3a447e80b679019751b8efdec6b46956a /dev-vcs/mercurial | |
parent | Removing 1.9 because of bug #454286. (diff) | |
download | gentoo-2-c7e79d49f186c854a416afed84be9aeede90d1f7.tar.gz gentoo-2-c7e79d49f186c854a416afed84be9aeede90d1f7.tar.bz2 gentoo-2-c7e79d49f186c854a416afed84be9aeede90d1f7.zip |
Remove the python_configure hack since bug 460016 was fixed.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'dev-vcs/mercurial')
-rw-r--r-- | dev-vcs/mercurial/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/mercurial/mercurial-2.5.2.ebuild | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/dev-vcs/mercurial/ChangeLog b/dev-vcs/mercurial/ChangeLog index c50c4ec1ef92..02d015b3fa16 100644 --- a/dev-vcs/mercurial/ChangeLog +++ b/dev-vcs/mercurial/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/mercurial # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.116 2013/03/09 08:49:56 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.117 2013/03/09 12:55:52 mgorny Exp $ + + 09 Mar 2013; Michał Górny <mgorny@gentoo.org> mercurial-2.5.2.ebuild: + Remove the python_configure hack since bug 460016 was fixed. 09 Mar 2013; Lars Wendler <polynomial-c@gentoo.org> mercurial-2.5.2.ebuild: Small fixup in new python code. diff --git a/dev-vcs/mercurial/mercurial-2.5.2.ebuild b/dev-vcs/mercurial/mercurial-2.5.2.ebuild index 1a9ff2e52aaf..18a283cff1f2 100644 --- a/dev-vcs/mercurial/mercurial-2.5.2.ebuild +++ b/dev-vcs/mercurial/mercurial-2.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-2.5.2.ebuild,v 1.2 2013/03/09 08:49:56 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-2.5.2.ebuild,v 1.3 2013/03/09 12:55:52 mgorny Exp $ EAPI=5 @@ -37,12 +37,6 @@ python_prepare_all() { distutils-r1_python_prepare_all } -# XXX: temporary, needed to get ${PYTHON} set -# https://bugs.gentoo.org/show_bug.cgi?id=460016 -python_configure() { - : -} - python_configure_all() { strip-flags -ftracer -ftree-vectorize # Note: make it impl-conditional if py3 is supported |