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 08/98] cargo.eclass: add @SUPPORTED_EAPIS
Date: Sun, 12 Aug 2018 07:27:24
Message-Id: 20180812072343.19947-9-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/cargo.eclass | 1 +
3 1 file changed, 1 insertion(+)
4
5 diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
6 index 53efd0e16595..a15dfa9f30ce 100644
7 --- a/eclass/cargo.eclass
8 +++ b/eclass/cargo.eclass
9 @@ -6,6 +6,7 @@
10 # rust@g.o
11 # @AUTHOR:
12 # Doug Goldstein <cardoe@g.o>
13 +# @SUPPORTED_EAPIS: 6 7
14 # @BLURB: common functions and variables for cargo builds
15
16 if [[ -z ${_CARGO_ECLASS} ]]; then
17 --
18 2.18.0