diff options
author | 2013-04-12 00:18:43 +0000 | |
---|---|---|
committer | 2013-04-12 00:18:43 +0000 | |
commit | e3af97b42279c15ad378b7d48453633501fcc1c0 (patch) | |
tree | d77ff83a7b0bec06d5841689e29f7bb964cbc4ec /dev-python | |
parent | 2.2.0_alpha172 version bump. This includes all of the fixes in 2.1.11.61. (diff) | |
download | gentoo-2-e3af97b42279c15ad378b7d48453633501fcc1c0.tar.gz gentoo-2-e3af97b42279c15ad378b7d48453633501fcc1c0.tar.bz2 gentoo-2-e3af97b42279c15ad378b7d48453633501fcc1c0.zip |
Move gtk3 deps to RDEPEND; we don't care about it at build time.
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/matplotlib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog index 9162170303b8..59384657abd2 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.144 2013/03/30 13:03:34 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.145 2013/04/12 00:18:43 floppym Exp $ + + 12 Apr 2013; Mike Gilbert <floppym@gentoo.org> matplotlib-1.2.0-r2.ebuild: + Move gtk3 deps to RDEPEND; we don't care about it at build time. 30 Mar 2013; Mike Gilbert <floppym@gentoo.org> matplotlib-1.2.0-r2.ebuild: Quote patterns for python_gen_usedep. diff --git a/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild b/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild index 9a027afcdd6d..73ee4b600f43 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.8 2013/03/30 13:03:34 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild,v 1.9 2013/04/12 00:18:43 floppym Exp $ EAPI=5 @@ -33,8 +33,6 @@ COMMON_DEPEND="dev-python/numpy[${PYTHON_USEDEP}] media-libs/freetype:2 media-libs/libpng gtk? ( dev-python/pygtk[${PY2_USEDEP}] ) - gtk3? ( dev-python/pygobject:3[${PYTHON_USEDEP}] - x11-libs/gtk+:3[introspection] ) wxwidgets? ( dev-python/wxpython:2.8[${PY2_USEDEP}] )" # internal copy of pycxx highly patched @@ -60,6 +58,8 @@ RDEPEND="${COMMON_DEPEND} cairo? ( dev-python/pycairo[${PYTHON_USEDEP}] ) excel? ( dev-python/xlwt[${PY2_USEDEP}] ) fltk? ( dev-python/pyfltk[${PY2_USEDEP}] ) + gtk3? ( dev-python/pygobject:3[${PYTHON_USEDEP}] + x11-libs/gtk+:3[introspection] ) latex? ( virtual/latex-base app-text/ghostscript-gpl |