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 17/98] epatch.eclass: add @SUPPORTED_EAPIS
Date: Sun, 12 Aug 2018 07:30:56
Message-Id: 20180812072343.19947-18-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/98] Add @SUPPORTED_EAPIS to eclasses, part one by "Michał Górny"
1 ---
2 eclass/epatch.eclass | 1 +
3 1 file changed, 1 insertion(+)
4
5 diff --git a/eclass/epatch.eclass b/eclass/epatch.eclass
6 index 8e03478c26ce..da9364136777 100644
7 --- a/eclass/epatch.eclass
8 +++ b/eclass/epatch.eclass
9 @@ -4,6 +4,7 @@
10 # @ECLASS: epatch.eclass
11 # @MAINTAINER:
12 # base-system@g.o
13 +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6
14 # @BLURB: easy patch application functions
15 # @DESCRIPTION:
16 # An eclass providing epatch and epatch_user functions to easily apply
17 --
18 2.18.0