summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-08-12 08:37:05 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-15 09:32:23 +0200
commit2e32092684ac08a42ba738d9f1513c4cac8bad93 (patch)
tree7af3dba8d6972ec8dc0d0b4bfded5cfad9f4d42b
parentdepend.apache.eclass: add @SUPPORTED_EAPIS (diff)
downloadgentoo-2e32092684ac08a42ba738d9f1513c4cac8bad93.tar.gz
gentoo-2e32092684ac08a42ba738d9f1513c4cac8bad93.tar.bz2
gentoo-2e32092684ac08a42ba738d9f1513c4cac8bad93.zip
distutils-r1.eclass: add @SUPPORTED_EAPIS
-rw-r--r--eclass/distutils-r1.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 85f8f4cb3be9..ffb07441ad99 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -7,6 +7,7 @@
# @AUTHOR:
# Author: Michał Górny <mgorny@gentoo.org>
# Based on the work of: Krzysztof Pawlik <nelchael@gentoo.org>
+# @SUPPORTED_EAPIS: 5 6 7
# @BLURB: A simple eclass to build Python packages using distutils.
# @DESCRIPTION:
# A simple eclass providing functions to build Python packages using