diff options
author | 2013-03-23 21:38:17 +0000 | |
---|---|---|
committer | 2013-03-23 21:38:17 +0000 | |
commit | 60a6c56c14251749569d10de2471ca8f62f8da81 (patch) | |
tree | 3e9f05071c44bf5b0bafbf697de8d44b272130dd /dev-python | |
parent | Stable for amd64, wrt bug #462806 (diff) | |
download | gentoo-2-60a6c56c14251749569d10de2471ca8f62f8da81.tar.gz gentoo-2-60a6c56c14251749569d10de2471ca8f62f8da81.tar.bz2 gentoo-2-60a6c56c14251749569d10de2471ca8f62f8da81.zip |
Stable for amd64, wrt bug #462180
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pytest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pytest/pytest-2.3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pytest/ChangeLog b/dev-python/pytest/ChangeLog index ad30534911d4..31caa1e2d4a9 100644 --- a/dev-python/pytest/ChangeLog +++ b/dev-python/pytest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pytest # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.47 2013/02/26 06:33:12 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.48 2013/03/23 21:38:17 ago Exp $ + + 23 Mar 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild: + Stable for amd64, wrt bug #462180 26 Feb 2013; Ian Delaney <idella4@gentoo.org> files/pytest-2.3.4-unicode.patch, pytest-2.3.4.ebuild: diff --git a/dev-python/pytest/pytest-2.3.4.ebuild b/dev-python/pytest/pytest-2.3.4.ebuild index b7ed6c753431..da3507d4aeb3 100644 --- a/dev-python/pytest/pytest-2.3.4.ebuild +++ b/dev-python/pytest/pytest-2.3.4.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/pytest/pytest-2.3.4.ebuild,v 1.4 2013/02/26 06:33:12 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.5 2013/03/23 21:38:17 ago Exp $ EAPI="5" @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="doc test" # When bumping, please check setup.py for the proper py version |