summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-02-10 22:28:02 +0000
committerMichał Górny <mgorny@gentoo.org>2013-02-10 22:28:02 +0000
commit960944d4c5abe621deb879f2be4efc8db4533dbb (patch)
tree8acc223663b2943d1effd9c5d88b83c929f60351 /dev-python
parentStable for sparc, wrt bug #454906 (diff)
downloadgentoo-2-960944d4c5abe621deb879f2be4efc8db4533dbb.tar.gz
gentoo-2-960944d4c5abe621deb879f2be4efc8db4533dbb.tar.bz2
gentoo-2-960944d4c5abe621deb879f2be4efc8db4533dbb.zip
Link the bug for py2 deps.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/matplotlib/ChangeLog5
-rw-r--r--dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog
index f194b4ce2f6d..2c363bbb3bbf 100644
--- a/dev-python/matplotlib/ChangeLog
+++ b/dev-python/matplotlib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/matplotlib
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.140 2013/02/10 14:25:27 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.141 2013/02/10 22:28:02 mgorny Exp $
+
+ 10 Feb 2013; Michał Górny <mgorny@gentoo.org> matplotlib-1.2.0-r2.ebuild:
+ Link the bug for py2 deps.
10 Feb 2013; Michał Górny <mgorny@gentoo.org> matplotlib-1.2.0-r2.ebuild:
Use distutils_install_for_testing().
diff --git a/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild b/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild
index 18b30980b2f7..37b4b21f7fbc 100644
--- a/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild
+++ b/dev-python/matplotlib/matplotlib-1.2.0-r2.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-python/matplotlib/matplotlib-1.2.0-r2.ebuild,v 1.4 2013/02/10 14:25:27 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild,v 1.5 2013/02/10 22:28:02 mgorny Exp $
EAPI=5
@@ -23,6 +23,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-maco
# Fonts: BitstreamVera, OFL-1.1
LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
+# #456704 -- a lot of py2-only deps
PY2_USEDEP=$(python_gen_usedep python2*)
COMMON_DEPEND="dev-python/numpy[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]