diff options
-rw-r--r-- | dev-python/pypy3/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pypy3/metadata.xml | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/pypy3/ChangeLog b/dev-python/pypy3/ChangeLog index 0246006908fb..2d1c37aa1dc9 100644 --- a/dev-python/pypy3/ChangeLog +++ b/dev-python/pypy3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pypy3 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy3/ChangeLog,v 1.5 2014/11/11 12:32:39 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy3/ChangeLog,v 1.6 2014/12/23 09:40:38 alicef Exp $ + + 23 Dec 2014; Alice Ferrazzi <alicef@gentoo.org> metadata.xml: + Update email and removed proxy-maintainers herd 11 Nov 2014; Michał Górny <mgorny@gentoo.org> pypy3-2.4.0.ebuild: Fix incorrect PyPy environment export. diff --git a/dev-python/pypy3/metadata.xml b/dev-python/pypy3/metadata.xml index 89df80516eb6..00d869b32b78 100644 --- a/dev-python/pypy3/metadata.xml +++ b/dev-python/pypy3/metadata.xml @@ -2,11 +2,9 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>python</herd> - <herd>proxy-maintainers</herd> <maintainer> - <email>alice.ferrazzi@gmail.com</email> + <email>alicef@gentoo.org</email> <name>Alice Ferrazzi</name> - <description>Proxy maintainer</description> </maintainer> <use> <flag name="low-memory">Build using PyPy with the engine configured towards low memory footprint. This makes it possible to build PyPy using ~3.5G of RAM on amd64 and ~half of that on x86, at the cost of lengthened build time. Please note that you will need an extra ~1G of extra RAM or swap since the translation memory (unused at the time) is not freed when the C compiler is spawned.</flag> |