diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-12-07 22:37:16 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-12-07 22:37:16 +0000 |
commit | ebf55fb7c369ee8d55ee829c519b9758afdccf9b (patch) | |
tree | 8eed6d704dfc45c98e89e5dea2f13024821910b9 /dev-python/pympler | |
parent | x86 stable, bug #481896 (diff) | |
download | gentoo-2-ebf55fb7c369ee8d55ee829c519b9758afdccf9b.tar.gz gentoo-2-ebf55fb7c369ee8d55ee829c519b9758afdccf9b.tar.bz2 gentoo-2-ebf55fb7c369ee8d55ee829c519b9758afdccf9b.zip |
x86 stable, bug #481896
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
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 fd46916ffbe3..d99d88900411 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.19 2013/11/11 06:51:56 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pympler/ChangeLog,v 1.20 2013/12/07 22:37:16 pacho Exp $ + + 07 Dec 2013; Pacho Ramos <pacho@gentoo.org> pympler-0.3.1.ebuild: + x86 stable, bug #481896 11 Nov 2013; Justin Lecher <jlec@gentoo.org> +pympler-0.2.0.ebuild: Readd old version, #490986 diff --git a/dev-python/pympler/pympler-0.3.1.ebuild b/dev-python/pympler/pympler-0.3.1.ebuild index 50b20c7ced37..b6aa7828361e 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.10 2013/11/10 09:43:59 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pympler/pympler-0.3.1.ebuild,v 1.11 2013/12/07 22:37:16 pacho 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}]" |