diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-08-27 12:20:22 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-08-27 12:20:22 +0000 |
commit | df42c5c7685964b08c749c9c74d47b0ee6d4eeff (patch) | |
tree | b36cd8b554600b69079f284a675dd478f54cf96a /dev-python/matplotlib | |
parent | Keyword ~ppc ~ppc64, bug #495116 (diff) | |
download | gentoo-2-df42c5c7685964b08c749c9c74d47b0ee6d4eeff.tar.gz gentoo-2-df42c5c7685964b08c749c9c74d47b0ee6d4eeff.tar.bz2 gentoo-2-df42c5c7685964b08c749c9c74d47b0ee6d4eeff.zip |
Keyword ~ppc ~ppc64, bug #495116
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-1.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog index e2bcaf0f446e..9c00c728181e 100644 --- a/dev-python/matplotlib/ChangeLog +++ b/dev-python/matplotlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/matplotlib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.167 2014/06/21 03:50:37 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.168 2014/08/27 12:20:22 blueness Exp $ + + 27 Aug 2014; Anthony G. Basile <blueness@gentoo.org> matplotlib-1.3.1.ebuild: + Keyword ~ppc ~ppc64, bug #495116 21 Jun 2014; Ian Delaney <idella4@gentoo.org> matplotlib-1.3.1.ebuild: add py3.4 support diff --git a/dev-python/matplotlib/matplotlib-1.3.1.ebuild b/dev-python/matplotlib/matplotlib-1.3.1.ebuild index daef874f94d5..3b8f018f15bf 100644 --- a/dev-python/matplotlib/matplotlib-1.3.1.ebuild +++ b/dev-python/matplotlib/matplotlib-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.1.ebuild,v 1.4 2014/06/21 03:50:37 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.1.ebuild,v 1.5 2014/08/27 12:20:22 blueness Exp $ EAPI=5 @@ -22,7 +22,7 @@ SLOT="0" # matplotlib/backends/qt4_editor: MIT # Fonts: BitstreamVera, OFL-1.1 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1" -KEYWORDS="~amd64 ~arm ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="cairo doc excel examples fltk gtk gtk3 latex pyside qt4 test tk wxwidgets" # #456704 -- a lot of py2-only deps |