Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/qmtest/
Date: Tue, 29 Aug 2017 14:02:30
Message-Id: 1504014093.eb77f6d328f8167ae555f957c3d5f731c4da5f9a.amadio@gentoo
1 commit: eb77f6d328f8167ae555f957c3d5f731c4da5f9a
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 29 13:39:30 2017 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 29 13:41:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb77f6d3
7
8 dev-util/qmtest: move to EAPI 6
9
10 dev-util/qmtest/qmtest-2.4.1-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-util/qmtest/qmtest-2.4.1-r1.ebuild b/dev-util/qmtest/qmtest-2.4.1-r1.ebuild
14 index e0108e74a84..1f4a13ccb8a 100644
15 --- a/dev-util/qmtest/qmtest-2.4.1-r1.ebuild
16 +++ b/dev-util/qmtest/qmtest-2.4.1-r1.ebuild
17 @@ -1,7 +1,7 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 -EAPI=5
23 +EAPI=6
24
25 PYTHON_COMPAT=( python2_7 )
26 DISTUTILS_SINGLE_IMPL=1