diff options
Diffstat (limited to 'dev-python/pympler/pympler-0.3.1.ebuild')
-rw-r--r-- | dev-python/pympler/pympler-0.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pympler/pympler-0.3.1.ebuild b/dev-python/pympler/pympler-0.3.1.ebuild index 50dcd37d09f5..cb07e2217770 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.5 2013/09/03 13:36:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pympler/pympler-0.3.1.ebuild,v 1.6 2013/09/04 09:05:35 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 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}]" |