summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-09-03 13:36:23 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-09-03 13:36:23 +0000
commit49670c04d287261bc827e518b1e975c8233b4a67 (patch)
tree8887dcf7081024a83df141137227657ff8cb7512 /dev-python/pympler
parentStable for ia64, wrt bug #463910 (diff)
downloadgentoo-2-49670c04d287261bc827e518b1e975c8233b4a67.tar.gz
gentoo-2-49670c04d287261bc827e518b1e975c8233b4a67.tar.bz2
gentoo-2-49670c04d287261bc827e518b1e975c8233b4a67.zip
Stable for ia64, wrt bug #481896
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/pympler')
-rw-r--r--dev-python/pympler/ChangeLog5
-rw-r--r--dev-python/pympler/pympler-0.3.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pympler/ChangeLog b/dev-python/pympler/ChangeLog
index 5859de469ee8..132e99ab7724 100644
--- a/dev-python/pympler/ChangeLog
+++ b/dev-python/pympler/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pympler
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pympler/ChangeLog,v 1.12 2013/08/21 13:45:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pympler/ChangeLog,v 1.13 2013/09/03 13:36:23 ago Exp $
+
+ 03 Sep 2013; Agostino Sarubbo <ago@gentoo.org> pympler-0.3.1.ebuild:
+ Stable for ia64, wrt bug #481896
21 Aug 2013; Justin Lecher <jlec@gentoo.org> pympler-0.3.1.ebuild:
Fix [${PYTHON_USEDEP}]
diff --git a/dev-python/pympler/pympler-0.3.1.ebuild b/dev-python/pympler/pympler-0.3.1.ebuild
index 98c4596a0435..50dcd37d09f5 100644
--- a/dev-python/pympler/pympler-0.3.1.ebuild
+++ b/dev-python/pympler/pympler-0.3.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/pympler/pympler-0.3.1.ebuild,v 1.4 2013/08/21 13:45:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pympler/pympler-0.3.1.ebuild,v 1.5 2013/09/03 13:36:23 ago Exp $
EAPI=5
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/P/${MY_PN}/${MY_P}.tar.gz"
SLOT="0"
LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/bottle[${PYTHON_USEDEP}]"