diff options
author | 2015-03-06 22:21:38 +0000 | |
---|---|---|
committer | 2015-03-06 22:21:38 +0000 | |
commit | feb862986a1bdec161c58ad10b7c1185bd2550e3 (patch) | |
tree | 12791b4a152c8aae6e896625623e2ede8e1cecf1 /dev-python/futures | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-feb862986a1bdec161c58ad10b7c1185bd2550e3.tar.gz gentoo-2-feb862986a1bdec161c58ad10b7c1185bd2550e3.tar.bz2 gentoo-2-feb862986a1bdec161c58ad10b7c1185bd2550e3.zip |
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/futures')
-rw-r--r-- | dev-python/futures/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/futures/futures-2.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/futures/ChangeLog b/dev-python/futures/ChangeLog index 8038e95ca283..600f91c8eb6f 100644 --- a/dev-python/futures/ChangeLog +++ b/dev-python/futures/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/futures -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/futures/ChangeLog,v 1.12 2014/10/02 13:43:50 idella4 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/futures/ChangeLog,v 1.13 2015/03/06 22:21:38 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> futures-2.2.0.ebuild: + amd64 stable, bug 540290 02 Oct 2014; Ian Delaney <idella4@gentoo.org> futures-2.2.0.ebuild: tidy diff --git a/dev-python/futures/futures-2.2.0.ebuild b/dev-python/futures/futures-2.2.0.ebuild index 8d98e3478f50..34eb7c21e495 100644 --- a/dev-python/futures/futures-2.2.0.ebuild +++ b/dev-python/futures/futures-2.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/futures/futures-2.2.0.ebuild,v 1.2 2014/10/02 13:43:50 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/futures/futures-2.2.0.ebuild,v 1.3 2015/03/06 22:21:38 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 pypy ) @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="doc" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |