diff options
author | Sam James <sam@gentoo.org> | 2021-06-21 06:38:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-21 06:38:43 +0100 |
commit | 5eae2995e46c6dc23f85bd0839eb9a1028ebea91 (patch) | |
tree | ee0b89809f455fdc78c61f0b7f333510bd87b08f | |
parent | php-ext-pecl-r3.eclass: fix @SUPPORTED_EAPIS eclassdoc (diff) | |
download | gentoo-5eae2995e46c6dc23f85bd0839eb9a1028ebea91.tar.gz gentoo-5eae2995e46c6dc23f85bd0839eb9a1028ebea91.tar.bz2 gentoo-5eae2995e46c6dc23f85bd0839eb9a1028ebea91.zip |
portability.eclass: fix @SUPPORTED_EAPIS eclassdoc
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | eclass/portability.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/portability.eclass b/eclass/portability.eclass index 1b3c3952f831..1cc36757b625 100644 --- a/eclass/portability.eclass +++ b/eclass/portability.eclass @@ -6,8 +6,8 @@ # base-system@gentoo.org # @AUTHOR: # Diego Pettenò <flameeyes@gentoo.org> -# @BLURB: This eclass is created to avoid using non-portable GNUisms inside ebuilds # @SUPPORTED_EAPIS: 5 6 7 +# @BLURB: This eclass is created to avoid using non-portable GNUisms inside ebuilds case ${EAPI:-0} in [567]) ;; |