Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/
Date: Wed, 30 Nov 2016 13:54:21
Message-Id: 1480514033.1aaba9ce2c13550ae6f0ece4a51533b0296fd656.polynomial-c@gentoo
1 commit: 1aaba9ce2c13550ae6f0ece4a51533b0296fd656
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 10:12:15 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 13:53:53 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aaba9ce
7
8 dev-python/pytest: Bump live ebuild to EAPI-6.
9
10 Package-Manager: portage-2.3.2
11
12 dev-python/pytest/pytest-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pytest/pytest-9999.ebuild b/dev-python/pytest/pytest-9999.ebuild
16 index 3e11c26..942a8fc 100644
17 --- a/dev-python/pytest/pytest-9999.ebuild
18 +++ b/dev-python/pytest/pytest-9999.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI=5
26 +EAPI=6
27
28 PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )