diff options
author | Daniel Heule <nerve@ipwar.ch> | 2019-02-25 10:16:25 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-02 01:03:00 +0100 |
commit | 8197d04becbe20cee282d01452052e0857855d20 (patch) | |
tree | a2116ff10df999b617eb6843abd44b00d20dcf1f /app-admin/cdist | |
parent | app-admin/cdist: Version bump to 4.10.6 (diff) | |
download | gentoo-8197d04becbe20cee282d01452052e0857855d20.tar.gz gentoo-8197d04becbe20cee282d01452052e0857855d20.tar.bz2 gentoo-8197d04becbe20cee282d01452052e0857855d20.zip |
app-admin/cdist: python 3.7 ready, EAPI 6 => 7
Signed-off-by: Daniel Heule <nerve@ipwar.ch>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-admin/cdist')
-rw-r--r-- | app-admin/cdist/cdist-4.10.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/cdist/cdist-4.10.6.ebuild b/app-admin/cdist/cdist-4.10.6.ebuild index f749811be214..44334c2bdb79 100644 --- a/app-admin/cdist/cdist-4.10.6.ebuild +++ b/app-admin/cdist/cdist-4.10.6.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python{3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} ) inherit distutils-r1 |