diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2012-12-27 18:47:52 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2012-12-27 18:47:52 +0000 |
commit | 1c773994a7c7fe75fc68d67574fe82850360448d (patch) | |
tree | 5e1d93e54e4bc2afb43f5503683dcb24f7b547d1 /dev-vcs | |
parent | Add snapshot compatible with gtk+-3.6 (bug #440950, thanks to poncho and Bali... (diff) | |
download | gentoo-2-1c773994a7c7fe75fc68d67574fe82850360448d.tar.gz gentoo-2-1c773994a7c7fe75fc68d67574fe82850360448d.tar.bz2 gentoo-2-1c773994a7c7fe75fc68d67574fe82850360448d.zip |
mercurial.eclass respects now
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/mercurial/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/mercurial/mercurial-9999.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-vcs/mercurial/ChangeLog b/dev-vcs/mercurial/ChangeLog index 8da4d06afa8f..fa63848cf5a5 100644 --- a/dev-vcs/mercurial/ChangeLog +++ b/dev-vcs/mercurial/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/mercurial # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.91 2012/12/16 14:15:53 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.92 2012/12/27 18:47:52 ottxor Exp $ + + 27 Dec 2012; Christoph Junghans <ottxor@gentoo.org> mercurial-9999.ebuild: + mercurial.eclass respects now 16 Dec 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml: Cleanup due retirement, #95685 diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild index 1319b28365c0..88ad341ea6db 100644 --- a/dev-vcs/mercurial/mercurial-9999.ebuild +++ b/dev-vcs/mercurial/mercurial-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-9999.ebuild,v 1.12 2012/02/21 03:31:01 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-9999.ebuild,v 1.13 2012/12/27 18:47:52 ottxor Exp $ EAPI=3 PYTHON_DEPEND="2" @@ -28,8 +28,6 @@ DEPEND="emacs? ( virtual/emacs ) dev-python/pygments ) app-text/asciidoc" -S="${WORKDIR}/hg" - PYTHON_CFLAGS=( "2.* + -fno-strict-aliasing" "* - -ftracer -ftree-vectorize" |