diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:36:32 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:36:32 +0000 |
commit | b1e43786e612f4bbde6f0c03ed21bd04a7001648 (patch) | |
tree | 1e8421de543d75a36a36fe442d70c7ca941920f9 | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-b1e43786e612f4bbde6f0c03ed21bd04a7001648.tar.gz gentoo-2-b1e43786e612f4bbde6f0c03ed21bd04a7001648.tar.bz2 gentoo-2-b1e43786e612f4bbde6f0c03ed21bd04a7001648.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)
-rw-r--r-- | dev-python/retry-decorator/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/retry-decorator/retry-decorator-1.0.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/retry-decorator/ChangeLog b/dev-python/retry-decorator/ChangeLog index 3c4ccf76c97b..baba2d3e01d4 100644 --- a/dev-python/retry-decorator/ChangeLog +++ b/dev-python/retry-decorator/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/retry-decorator -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/retry-decorator/ChangeLog,v 1.3 2014/11/25 11:17:01 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/retry-decorator/ChangeLog,v 1.4 2015/03/06 22:36:32 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> retry-decorator-1.0.0.ebuild: + amd64 stable, bug 540290 25 Nov 2014; Pacho Ramos <pacho@gentoo.org> retry-decorator-1.0.0.ebuild: Support python 3.4 diff --git a/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild b/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild index ab1d5c36c44f..de3eab66e4bf 100644 --- a/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild +++ b/dev-python/retry-decorator/retry-decorator-1.0.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/retry-decorator/retry-decorator-1.0.0.ebuild,v 1.3 2014/11/25 11:17:01 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild,v 1.4 2015/03/06 22:36:32 pacho Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) @@ -13,7 +13,7 @@ SRC_URI="https://github.com/pnpnpn/retry-decorator/archive/v${PV}.tar.gz -> ${P} LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" RDEPEND="${PYTHON_DEPS}" |