diff options
author | Markus Meier <maekke@gentoo.org> | 2014-07-24 19:26:26 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-07-24 19:26:26 +0000 |
commit | 5c6b01ae7ef7b42c4f3389a283926c126d71bcc8 (patch) | |
tree | 128e4ef4b7508217acaa487f0113a53fa89c1277 /dev-python | |
parent | arm stable, bug #506042 (diff) | |
download | gentoo-2-5c6b01ae7ef7b42c4f3389a283926c126d71bcc8.tar.gz gentoo-2-5c6b01ae7ef7b42c4f3389a283926c126d71bcc8.tar.bz2 gentoo-2-5c6b01ae7ef7b42c4f3389a283926c126d71bcc8.zip |
arm stable, bug #506042
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pytest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pytest/pytest-2.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pytest/ChangeLog b/dev-python/pytest/ChangeLog index 1029132c9cf9..3d2642841293 100644 --- a/dev-python/pytest/ChangeLog +++ b/dev-python/pytest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pytest # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.92 2014/07/19 21:22:19 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.93 2014/07/24 19:26:26 maekke Exp $ + + 24 Jul 2014; Markus Meier <maekke@gentoo.org> pytest-2.4.2.ebuild: + arm stable, bug #506042 19 Jul 2014; Tobias Klausmann <klausman@gentoo.org> pytest-2.4.2.ebuild: Stable on alpha, bug #506042 diff --git a/dev-python/pytest/pytest-2.4.2.ebuild b/dev-python/pytest/pytest-2.4.2.ebuild index 2bf1790a2ced..21dca980f43d 100644 --- a/dev-python/pytest/pytest-2.4.2.ebuild +++ b/dev-python/pytest/pytest-2.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.4.2.ebuild,v 1.12 2014/07/19 21:22:19 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.4.2.ebuild,v 1.13 2014/07/24 19:26:26 maekke Exp $ EAPI="5" @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc test" # When bumping, please check setup.py for the proper py version |