diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 11:12:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:33:29 +0200 |
commit | 5dcef7c13c03d5b583e9597ee844c93ef441e6d9 (patch) | |
tree | 0b661e02b35627245ab8948fe9fd975bd7c9e6db | |
parent | aspell-dict-r1.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-5dcef7c13c03d5b583e9597ee844c93ef441e6d9.tar.gz gentoo-5dcef7c13c03d5b583e9597ee844c93ef441e6d9.tar.bz2 gentoo-5dcef7c13c03d5b583e9597ee844c93ef441e6d9.zip |
dotnet.eclass: add @SUPPORTED_EAPIS
-rw-r--r-- | eclass/dotnet.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/dotnet.eclass b/eclass/dotnet.eclass index 6ae42a07a6fc..9d02e540de3e 100644 --- a/eclass/dotnet.eclass +++ b/eclass/dotnet.eclass @@ -3,6 +3,7 @@ # @ECLASS: dotnet.eclass # @MAINTAINER: cynede@gentoo.org +# @SUPPORTED_EAPIS: 1 2 3 4 5 6 7 # @BLURB: common settings and functions for mono and dotnet related packages # @DESCRIPTION: # The dotnet eclass contains common environment settings that are useful for |