diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:39:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:33:20 +0200 |
commit | 5e3bf493348dc3029b061d88f2ce8c61ed447c13 (patch) | |
tree | a213f50acf8387ec1db48038d7845116648c8d7c /eclass/toolchain-glibc.eclass | |
parent | tmpfiles.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-5e3bf493348dc3029b061d88f2ce8c61ed447c13.tar.gz gentoo-5e3bf493348dc3029b061d88f2ce8c61ed447c13.tar.bz2 gentoo-5e3bf493348dc3029b061d88f2ce8c61ed447c13.zip |
toolchain-glibc.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass/toolchain-glibc.eclass')
-rw-r--r-- | eclass/toolchain-glibc.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/toolchain-glibc.eclass b/eclass/toolchain-glibc.eclass index 5f0e0cfd5cd5..13d99ee1d942 100644 --- a/eclass/toolchain-glibc.eclass +++ b/eclass/toolchain-glibc.eclass @@ -4,6 +4,7 @@ # @ECLASS: toolchain-glibc.eclass # @MAINTAINER: # <toolchain@gentoo.org> +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 # @BLURB: Common code for sys-libs/glibc ebuilds # @DESCRIPTION: # This eclass contains the common phase functions migrated from |