diff options
author | Jack Morgan <jmorgan@gentoo.org> | 2015-06-02 05:10:25 +0000 |
---|---|---|
committer | Jack Morgan <jmorgan@gentoo.org> | 2015-06-02 05:10:25 +0000 |
commit | 30823191a124f66a263f0d5954d4a1345d712c17 (patch) | |
tree | 76bfcb2a5b75dc9c3c9ca709382964b5abc80ad2 /dev-python/epsilon | |
parent | sparc stable wrt bug #540290 (diff) | |
download | gentoo-2-30823191a124f66a263f0d5954d4a1345d712c17.tar.gz gentoo-2-30823191a124f66a263f0d5954d4a1345d712c17.tar.bz2 gentoo-2-30823191a124f66a263f0d5954d4a1345d712c17.zip |
sparc stable wrt bug #540290
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key )
Diffstat (limited to 'dev-python/epsilon')
-rw-r--r-- | dev-python/epsilon/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/epsilon/epsilon-0.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/epsilon/ChangeLog b/dev-python/epsilon/ChangeLog index 7366b312f07b..188fc838c12c 100644 --- a/dev-python/epsilon/ChangeLog +++ b/dev-python/epsilon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/epsilon # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/epsilon/ChangeLog,v 1.39 2015/04/08 08:05:26 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/epsilon/ChangeLog,v 1.40 2015/06/02 05:10:25 jmorgan Exp $ + + 02 Jun 2015; Jack Morgan <jmorgan@gentoo.org> epsilon-0.7.0.ebuild: + sparc stable wrt bug #540290 08 Apr 2015; Michał Górny <mgorny@gentoo.org> epsilon-0.6.0-r2.ebuild: Drop old Python implementations diff --git a/dev-python/epsilon/epsilon-0.7.0.ebuild b/dev-python/epsilon/epsilon-0.7.0.ebuild index 38e7d4bc2b9a..373a4f0799c0 100644 --- a/dev-python/epsilon/epsilon-0.7.0.ebuild +++ b/dev-python/epsilon/epsilon-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/epsilon/epsilon-0.7.0.ebuild,v 1.5 2015/03/08 23:46:44 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/epsilon/epsilon-0.7.0.ebuild,v 1.6 2015/06/02 05:10:25 jmorgan Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -11,7 +11,7 @@ DESCRIPTION="Epsilon is a Python utilities package, most famous for its Time cla HOMEPAGE="http://divmod.org/trac/wiki/DivmodEpsilon http://pypi.python.org/pypi/Epsilon" SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" -KEYWORDS="amd64 ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ppc ppc64 sparc x86" IUSE="test" RDEPEND=">=dev-python/twisted-core-13.2.0[${PYTHON_USEDEP}] |