diff options
| author | Michał Górny <mgorny@gentoo.org> | 2018-05-03 15:50:18 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2018-05-07 09:43:30 +0200 |
| commit | bc8e16c54c119aafcc0cbf498412f9168537581d (patch) | |
| tree | 24d80bf6f3717876c9e05131a24e1581e7dfb681 /eclass/python-single-r1.eclass | |
| parent | 0c656a2c7fdcd1fc41265e0544f1caa2676f8049 (diff) | |
| download | gentoo-bc8e16c54c119aafcc0cbf498412f9168537581d.tar.gz gentoo-bc8e16c54c119aafcc0cbf498412f9168537581d.tar.bz2 gentoo-bc8e16c54c119aafcc0cbf498412f9168537581d.zip | |
python-single-r1.eclass: Enable EAPI 7 (no changes)
Diffstat (limited to 'eclass/python-single-r1.eclass')
| -rw-r--r-- | eclass/python-single-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass index 3762d3d6e990..8c45c391ebb0 100644 --- a/eclass/python-single-r1.eclass +++ b/eclass/python-single-r1.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # @ECLASS: python-single-r1.eclass @@ -34,7 +34,7 @@ case "${EAPI:-0}" in 0|1|2|3|4) die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}" ;; - 5|6) + 5|6|7) # EAPI=5 is required for sane USE_EXPAND dependencies ;; *) |
