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 93/98] waf-utils.eclass: add @SUPPORTED_EAPIS
Date: Sun, 12 Aug 2018 08:01:16
Message-Id: 20180812072343.19947-94-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/waf-utils.eclass | 1 +
3 1 file changed, 1 insertion(+)
4
5 diff --git a/eclass/waf-utils.eclass b/eclass/waf-utils.eclass
6 index 7acc97b10314..d3e52fc463dd 100644
7 --- a/eclass/waf-utils.eclass
8 +++ b/eclass/waf-utils.eclass
9 @@ -8,6 +8,7 @@
10 # Original Author: Gilles Dartiguelongue <eva@g.o>
11 # Various improvements based on cmake-utils.eclass: Tomáš Chvátal <scarabeus@g.o>
12 # Proper prefix support: Jonathan Callen <jcallen@g.o>
13 +# @SUPPORTED_EAPIS: 4 5 6
14 # @BLURB: common ebuild functions for waf-based packages
15 # @DESCRIPTION:
16 # The waf-utils eclass contains functions that make creating ebuild for
17 --
18 2.18.0