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 89/98] vcs-snapshot.eclass: add @SUPPORTED_EAPIS
Date: Sun, 12 Aug 2018 07:59:36
Message-Id: 20180812072343.19947-90-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/vcs-snapshot.eclass | 1 +
3 1 file changed, 1 insertion(+)
4
5 diff --git a/eclass/vcs-snapshot.eclass b/eclass/vcs-snapshot.eclass
6 index 243d4a8a3185..316a37773d43 100644
7 --- a/eclass/vcs-snapshot.eclass
8 +++ b/eclass/vcs-snapshot.eclass
9 @@ -4,6 +4,7 @@
10 # @ECLASS: vcs-snapshot.eclass
11 # @MAINTAINER:
12 # mgorny@g.o
13 +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6
14 # @BLURB: support eclass for unpacking VCS snapshot tarballs
15 # @DESCRIPTION:
16 # This eclass provides a convenience src_unpack() which does unpack all
17 --
18 2.18.0