Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 02/10] dotnet.eclass: add @SUPPORTED_EAPIS
Date: Sun, 12 Aug 2018 09:18:30
Message-Id: 20180812091734.24198-3-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/10] @SUPPORTED_EAPIS, part two by "Michał Górny"
1 ---
2 eclass/dotnet.eclass | 1 +
3 1 file changed, 1 insertion(+)
4
5 diff --git a/eclass/dotnet.eclass b/eclass/dotnet.eclass
6 index 6ae42a07a6fc..9d02e540de3e 100644
7 --- a/eclass/dotnet.eclass
8 +++ b/eclass/dotnet.eclass
9 @@ -3,6 +3,7 @@
10
11 # @ECLASS: dotnet.eclass
12 # @MAINTAINER: cynede@g.o
13 +# @SUPPORTED_EAPIS: 1 2 3 4 5 6 7
14 # @BLURB: common settings and functions for mono and dotnet related packages
15 # @DESCRIPTION:
16 # The dotnet eclass contains common environment settings that are useful for
17 --
18 2.18.0