diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-02-22 11:15:10 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-02-22 11:15:10 +0000 |
commit | 99f92bfee9e51ad997794cee9bddc78e1c6f4fa6 (patch) | |
tree | 3a8e083c4ee526ac7b73221c1f5e3a49498ea453 /dev-python/matplotlib | |
parent | amd64/x86 stable, bug #540522 (diff) | |
download | gentoo-2-99f92bfee9e51ad997794cee9bddc78e1c6f4fa6.tar.gz gentoo-2-99f92bfee9e51ad997794cee9bddc78e1c6f4fa6.tar.bz2 gentoo-2-99f92bfee9e51ad997794cee9bddc78e1c6f4fa6.zip |
Drop stable keywords because of non-stable deps.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-1.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog index 8fb25e4ae0a1..b10abf510258 100644 --- a/dev-python/matplotlib/ChangeLog +++ b/dev-python/matplotlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/matplotlib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.180 2015/02/16 13:46:58 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.181 2015/02/22 11:15:10 mgorny Exp $ + + 22 Feb 2015; Michał Górny <mgorny@gentoo.org> matplotlib-1.4.2.ebuild: + Drop stable keywords because of non-stable deps. 16 Feb 2015; Pacho Ramos <pacho@gentoo.org> matplotlib-1.4.2.ebuild: amd64/ppc/x86 stable, bug #530324 diff --git a/dev-python/matplotlib/matplotlib-1.4.2.ebuild b/dev-python/matplotlib/matplotlib-1.4.2.ebuild index 88675316dc3c..e4ce3ed75702 100644 --- a/dev-python/matplotlib/matplotlib-1.4.2.ebuild +++ b/dev-python/matplotlib/matplotlib-1.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.4.2.ebuild,v 1.5 2015/02/16 13:46:58 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.4.2.ebuild,v 1.6 2015/02/22 11:15:10 mgorny Exp $ EAPI=5 @@ -20,7 +20,7 @@ SLOT="0" # matplotlib/backends/qt4_editor: MIT # Fonts: BitstreamVera, OFL-1.1 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1" -KEYWORDS="amd64 arm ppc ~ppc64 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 |