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 84/98] tmpfiles.eclass: add @SUPPORTED_EAPIS
Date: Sun, 12 Aug 2018 07:57:43
Message-Id: 20180812072343.19947-85-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/tmpfiles.eclass | 1 +
3 1 file changed, 1 insertion(+)
4
5 diff --git a/eclass/tmpfiles.eclass b/eclass/tmpfiles.eclass
6 index 2a6e7ce8866a..a1f155e63a4d 100644
7 --- a/eclass/tmpfiles.eclass
8 +++ b/eclass/tmpfiles.eclass
9 @@ -8,6 +8,7 @@
10 # @AUTHOR:
11 # Mike Gilbert <floppym@g.o>
12 # William Hubbs <williamh@g.o>
13 +# @SUPPORTED_EAPIS: 5 6
14 # @BLURB: Functions related to tmpfiles.d files
15 # @DESCRIPTION:
16 # This eclass provides functionality related to installing and
17 --
18 2.18.0