diff options
author | Markus Meier <maekke@gentoo.org> | 2013-09-08 14:01:32 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-09-08 14:01:32 +0000 |
commit | 972d8e82259608579c79b86cfe3b991472541eda (patch) | |
tree | b2c72f59b0348f8873d3a50a0140d2e327f37c7a /dev-python/pympler | |
parent | arm stable, bug #481896 (diff) | |
download | gentoo-2-972d8e82259608579c79b86cfe3b991472541eda.tar.gz gentoo-2-972d8e82259608579c79b86cfe3b991472541eda.tar.bz2 gentoo-2-972d8e82259608579c79b86cfe3b991472541eda.zip |
arm stable, bug #481896
(Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python/pympler')
-rw-r--r-- | dev-python/pympler/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pympler/pympler-0.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pympler/ChangeLog b/dev-python/pympler/ChangeLog index 2f2d7a347f28..1fcd10e30ef7 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.15 2013/09/08 12:24:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pympler/ChangeLog,v 1.16 2013/09/08 14:01:32 maekke Exp $ + + 08 Sep 2013; Markus Meier <maekke@gentoo.org> pympler-0.3.1.ebuild: + arm stable, bug #481896 08 Sep 2013; Agostino Sarubbo <ago@gentoo.org> pympler-0.3.1.ebuild: Stable for amd64, wrt bug #481896 diff --git a/dev-python/pympler/pympler-0.3.1.ebuild b/dev-python/pympler/pympler-0.3.1.ebuild index 333ff60b4257..ad406c94fce7 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.7 2013/09/08 12:24:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pympler/pympler-0.3.1.ebuild,v 1.8 2013/09/08 14:01:32 maekke 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 ia64 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}]" |