diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-17 16:33:53 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-17 16:33:53 +0000 |
commit | 92a2ec808c18d54d359aaee91a071cc30292a959 (patch) | |
tree | b032d827d0860f119f79eccff62ef79e32d62bb7 /dev-python | |
parent | Depend on >=sys-apps/hwids-20150417. (diff) | |
download | gentoo-2-92a2ec808c18d54d359aaee91a071cc30292a959.tar.gz gentoo-2-92a2ec808c18d54d359aaee91a071cc30292a959.tar.bz2 gentoo-2-92a2ec808c18d54d359aaee91a071cc30292a959.zip |
amd64/hppa/ia64/ppc64/ppc/sparc/x86 stable wrt bug #553824
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pytest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pytest/pytest-2.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pytest/ChangeLog b/dev-python/pytest/ChangeLog index 870ed61fbed4..4300b6477bc5 100644 --- a/dev-python/pytest/ChangeLog +++ b/dev-python/pytest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pytest # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.121 2015/07/17 07:40:54 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.122 2015/07/17 16:33:53 zlogene Exp $ + + 17 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> pytest-2.7.1.ebuild: + amd64/hppa/ia64/ppc64/ppc/sparc/x86 stable wrt bug #553824 17 Jul 2015; Tobias Klausmann <klausman@gentoo.org> pytest-2.7.1.ebuild: Stable on alpha, bug 553824 diff --git a/dev-python/pytest/pytest-2.7.1.ebuild b/dev-python/pytest/pytest-2.7.1.ebuild index 686a646f625f..bb40e751cc16 100644 --- a/dev-python/pytest/pytest-2.7.1.ebuild +++ b/dev-python/pytest/pytest-2.7.1.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/pytest/pytest-2.7.1.ebuild,v 1.3 2015/07/17 07:40:54 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.7.1.ebuild,v 1.4 2015/07/17 16:33:53 zlogene 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 ~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" +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 |