summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Medinas <metalgod@gentoo.org>2005-12-10 18:00:41 +0000
committerLuis Medinas <metalgod@gentoo.org>2005-12-10 18:00:41 +0000
commit1ff6fe37a9f94f61b0ebb251a915ca411965b5f9 (patch)
treef0d8ce5cab67ba8a0d8f75d4c5922923f912b49b /dev-python/matplotlib
parent0.9.4.3 version bump for bug 114852 (diff)
downloadgentoo-2-1ff6fe37a9f94f61b0ebb251a915ca411965b5f9.tar.gz
gentoo-2-1ff6fe37a9f94f61b0ebb251a915ca411965b5f9.tar.bz2
gentoo-2-1ff6fe37a9f94f61b0ebb251a915ca411965b5f9.zip
Added ~amd64 keyword. Bug #114776.
(Portage version: 2.0.53)
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r--dev-python/matplotlib/ChangeLog5
-rw-r--r--dev-python/matplotlib/matplotlib-0.85.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog
index b6ec0e9ad2ef..4c5e6421e5f2 100644
--- a/dev-python/matplotlib/ChangeLog
+++ b/dev-python/matplotlib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/matplotlib
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.17 2005/12/07 17:48:54 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.18 2005/12/10 18:00:41 metalgod Exp $
+
+ 10 Dec 2005; Luis Medinas <metalgod@gentoo.org> matplotlib-0.85.ebuild:
+ Added ~amd64 keyword. Bug #114776.
*matplotlib-0.85 (07 Dec 2005)
diff --git a/dev-python/matplotlib/matplotlib-0.85.ebuild b/dev-python/matplotlib/matplotlib-0.85.ebuild
index 98597e7ba5eb..58ada10e1352 100644
--- a/dev-python/matplotlib/matplotlib-0.85.ebuild
+++ b/dev-python/matplotlib/matplotlib-0.85.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.85.ebuild,v 1.1 2005/12/07 17:48:54 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.85.ebuild,v 1.2 2005/12/10 18:00:41 metalgod Exp $
inherit distutils python
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
IUSE="doc gtk tcltk"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
LICENSE="PYTHON"
DEPEND="virtual/python