diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-05-11 15:33:55 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-05-11 15:33:55 +0000 |
commit | 63ccdaa0ed33ce2a3b8158233108f17665aa81ab (patch) | |
tree | e83d4646151e9f37e81885cea7697d3ee1612c8f /dev-python/matplotlib | |
parent | Marked ~hppa (bug #468984). (diff) | |
download | gentoo-2-63ccdaa0ed33ce2a3b8158233108f17665aa81ab.tar.gz gentoo-2-63ccdaa0ed33ce2a3b8158233108f17665aa81ab.tar.bz2 gentoo-2-63ccdaa0ed33ce2a3b8158233108f17665aa81ab.zip |
Apply the arm keyword to the newest version as well.
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog index 151677dff3a1..ee3ddb357a14 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.149 2013/05/10 11:47:43 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.150 2013/05/11 15:33:55 floppym Exp $ + + 11 May 2013; Mike Gilbert <floppym@gentoo.org> matplotlib-1.2.1.ebuild: + Apply the arm keyword to the newest version as well. 10 May 2013; Markus Meier <maekke@gentoo.org> matplotlib-1.2.0-r2.ebuild: add ~arm, bug #452764 diff --git a/dev-python/matplotlib/matplotlib-1.2.1.ebuild b/dev-python/matplotlib/matplotlib-1.2.1.ebuild index 2ff7cf56b522..9a7ae0f6cbd7 100644 --- a/dev-python/matplotlib/matplotlib-1.2.1.ebuild +++ b/dev-python/matplotlib/matplotlib-1.2.1.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.1.ebuild,v 1.1 2013/04/25 16:27:34 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.1.ebuild,v 1.2 2013/05/11 15:33:55 floppym Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" IUSE="cairo doc excel examples fltk gtk gtk3 latex qt4 test tk wxwidgets" SLOT="0" -KEYWORDS="~amd64 ~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" # Main license: matplotlib # Some modules: BSD |