summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-08-12 08:36:55 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-15 09:32:20 +0200
commitb7fd2aab5cad9a6b4f9c85831f8b299ef873ba95 (patch)
tree5f0b72bc7cb5cd9787a52d4564a1518a483c103e
parentbzr.eclass: add @SUPPORTED_EAPIS (diff)
downloadgentoo-b7fd2aab5cad9a6b4f9c85831f8b299ef873ba95.tar.gz
gentoo-b7fd2aab5cad9a6b4f9c85831f8b299ef873ba95.tar.bz2
gentoo-b7fd2aab5cad9a6b4f9c85831f8b299ef873ba95.zip
cargo.eclass: add @SUPPORTED_EAPIS
-rw-r--r--eclass/cargo.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
index 53efd0e16595..a15dfa9f30ce 100644
--- a/eclass/cargo.eclass
+++ b/eclass/cargo.eclass
@@ -6,6 +6,7 @@
# rust@gentoo.org
# @AUTHOR:
# Doug Goldstein <cardoe@gentoo.org>
+# @SUPPORTED_EAPIS: 6 7
# @BLURB: common functions and variables for cargo builds
if [[ -z ${_CARGO_ECLASS} ]]; then