From: Michał Górny Date: Sun, 12 Aug 2018 06:39:26 +0000 (+0200) Subject: scons-utils.eclass: add @SUPPORTED_EAPIS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=25abf26c04d2f44f95b6572eb7ba6bbe441940a2;p=gentoo.git scons-utils.eclass: add @SUPPORTED_EAPIS --- diff --git a/eclass/scons-utils.eclass b/eclass/scons-utils.eclass index 615e00e314ad..35cf4e322188 100644 --- a/eclass/scons-utils.eclass +++ b/eclass/scons-utils.eclass @@ -4,6 +4,7 @@ # @ECLASS: scons-utils.eclass # @MAINTAINER: # mgorny@gentoo.org +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 7 # @BLURB: helper functions to deal with SCons buildsystem # @DESCRIPTION: # This eclass provides a set of function to help developers sanely call