Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 15 Sep 2019 17:32:17
Message-Id: 1568568685.2ff21ea8e3ca3d334bb3e34aeaa61c99c0cda2a3.mgorny@gentoo
1 commit: 2ff21ea8e3ca3d334bb3e34aeaa61c99c0cda2a3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 17:31:25 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 15 17:31:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff21ea8
7
8 autotools-utils.eclass: Update @SUPPORTED_EAPIS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/autotools-utils.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclass
16 index 0addf76a92f..06c79fd652a 100644
17 --- a/eclass/autotools-utils.eclass
18 +++ b/eclass/autotools-utils.eclass
19 @@ -5,7 +5,7 @@
20 # @MAINTAINER:
21 # Maciej Mrozowski <reavertm@g.o>
22 # Michał Górny <mgorny@g.o>
23 -# @SUPPORTED_EAPIS: 2 3 4 5
24 +# @SUPPORTED_EAPIS: 4 5
25 # @BLURB: common ebuild functions for autotools-based packages
26 # @DESCRIPTION:
27 # autotools-utils.eclass is autotools.eclass(5) and base.eclass(5) wrapper