diff options
author | 2015-04-03 20:34:45 +0000 | |
---|---|---|
committer | 2015-04-03 20:34:45 +0000 | |
commit | d85cf20c58cb7f6a9edc7cbdde1b10b6eb44dee1 (patch) | |
tree | c6b389c9efaa56b4c47f6d88cade3bd76f6fe7d8 /dev-python/pytest | |
parent | Version bump (diff) | |
download | historical-d85cf20c58cb7f6a9edc7cbdde1b10b6eb44dee1.tar.gz historical-d85cf20c58cb7f6a9edc7cbdde1b10b6eb44dee1.tar.bz2 historical-d85cf20c58cb7f6a9edc7cbdde1b10b6eb44dee1.zip |
Add arm64/m68k love.
Diffstat (limited to 'dev-python/pytest')
-rw-r--r-- | dev-python/pytest/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pytest/pytest-2.6.3.ebuild | 6 | ||||
-rw-r--r-- | dev-python/pytest/pytest-2.6.4.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-python/pytest/ChangeLog b/dev-python/pytest/ChangeLog index 883ebf489033..0be19e2ed926 100644 --- a/dev-python/pytest/ChangeLog +++ b/dev-python/pytest/ChangeLog @@ -1,6 +1,10 @@ # 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.111 2014/12/01 09:45:16 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.112 2015/04/03 20:34:45 vapier Exp $ + + 03 Apr 2015; Mike Frysinger <vapier@gentoo.org> pytest-2.6.3.ebuild, + pytest-2.6.4.ebuild: + Add arm64/m68k love. 01 Dec 2014; Agostino Sarubbo <ago@gentoo.org> pytest-2.6.3.ebuild: Stable for sparc, wrt bug #524416 diff --git a/dev-python/pytest/pytest-2.6.3.ebuild b/dev-python/pytest/pytest-2.6.3.ebuild index deb89279c9ae..c98770d31a17 100644 --- a/dev-python/pytest/pytest-2.6.3.ebuild +++ b/dev-python/pytest/pytest-2.6.3.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/pytest/pytest-2.6.3.ebuild,v 1.10 2014/12/01 09:45:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.6.3.ebuild,v 1.11 2015/04/03 20:34:45 vapier 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 arm64 hppa ia64 m68k ~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 diff --git a/dev-python/pytest/pytest-2.6.4.ebuild b/dev-python/pytest/pytest-2.6.4.ebuild index 5c6d85742b2f..c6c6a2dde713 100644 --- a/dev-python/pytest/pytest-2.6.4.ebuild +++ b/dev-python/pytest/pytest-2.6.4.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/pytest/pytest-2.6.4.ebuild,v 1.2 2014/11/19 15:10:46 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.6.4.ebuild,v 1.3 2015/04/03 20:34:45 vapier Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) @@ -12,7 +12,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 ~arm64 ~hppa ~ia64 ~m68k ~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 |