diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-13 08:56:43 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-13 08:56:43 +0000 |
commit | 392aeeccf190333d5686a6e847aab0be7979e79b (patch) | |
tree | d7c6d8fcee9a5f4a35ef97abcba50b00f2307fcc /dev-python/decorator | |
parent | Stable for alpha, wrt bug #543038 (diff) | |
download | gentoo-2-392aeeccf190333d5686a6e847aab0be7979e79b.tar.gz gentoo-2-392aeeccf190333d5686a6e847aab0be7979e79b.tar.bz2 gentoo-2-392aeeccf190333d5686a6e847aab0be7979e79b.zip |
Stable for alpha, wrt bug #543038
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/decorator')
-rw-r--r-- | dev-python/decorator/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/decorator/decorator-3.4.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/decorator/ChangeLog b/dev-python/decorator/ChangeLog index d81fbcddda01..228ddb763fd2 100644 --- a/dev-python/decorator/ChangeLog +++ b/dev-python/decorator/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/decorator # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.75 2015/04/08 08:05:16 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.76 2015/04/13 08:56:43 ago Exp $ + + 13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> decorator-3.4.0-r1.ebuild: + Stable for alpha, wrt bug #543038 08 Apr 2015; Michał Górny <mgorny@gentoo.org> decorator-3.4.0-r1.ebuild: Drop old Python implementations diff --git a/dev-python/decorator/decorator-3.4.0-r1.ebuild b/dev-python/decorator/decorator-3.4.0-r1.ebuild index f6a2b2b7d973..5a0844025642 100644 --- a/dev-python/decorator/decorator-3.4.0-r1.ebuild +++ b/dev-python/decorator/decorator-3.4.0-r1.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/decorator/decorator-3.4.0-r1.ebuild,v 1.13 2015/04/08 08:05:15 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.4.0-r1.ebuild,v 1.14 2015/04/13 08:56:43 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_{3,4}} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |