diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2017-08-29 15:39:30 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2017-08-29 15:41:33 +0200 |
commit | eb77f6d328f8167ae555f957c3d5f731c4da5f9a (patch) | |
tree | a4d0b15b24b5b184ea1a1813738850a615416f21 /dev-util/qmtest | |
parent | dev-python/requests: adjust idna dependency (diff) | |
download | gentoo-eb77f6d328f8167ae555f957c3d5f731c4da5f9a.tar.gz gentoo-eb77f6d328f8167ae555f957c3d5f731c4da5f9a.tar.bz2 gentoo-eb77f6d328f8167ae555f957c3d5f731c4da5f9a.zip |
dev-util/qmtest: move to EAPI 6
Diffstat (limited to 'dev-util/qmtest')
-rw-r--r-- | dev-util/qmtest/qmtest-2.4.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/qmtest/qmtest-2.4.1-r1.ebuild b/dev-util/qmtest/qmtest-2.4.1-r1.ebuild index e0108e74a847..1f4a13ccb8a1 100644 --- a/dev-util/qmtest/qmtest-2.4.1-r1.ebuild +++ b/dev-util/qmtest/qmtest-2.4.1-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 ) DISTUTILS_SINGLE_IMPL=1 |