summaryrefslogtreecommitdiff
path: root/eclass/darcs.eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-11-18 09:38:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-11-18 09:38:27 +0000
commit536c3711867ec947c1738f2c4b96f22e4863322d (patch)
tree697733f5cb713908dcf378e13fd15a798a906a91 /eclass/darcs.eclass
parentf65628136faa35d0c4d3b5e7332275c7b35fcd96 (diff)
gentoo resync : 18.11.2018
Diffstat (limited to 'eclass/darcs.eclass')
-rw-r--r--eclass/darcs.eclass9
1 files changed, 7 insertions, 2 deletions
diff --git a/eclass/darcs.eclass b/eclass/darcs.eclass
index cac00cc01f27..489008a87f1e 100644
--- a/eclass/darcs.eclass
+++ b/eclass/darcs.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: darcs.eclass
@@ -21,7 +21,12 @@
# support for tags
-inherit eutils # eshopts_{push,pop}
+# eshopts_{push,pop}
+case "${EAPI:-0}" in
+ 4|5|6) inherit eutils ;;
+ 7) inherit estack ;;
+ *) ;;
+esac
# Don't download anything other than the darcs repository
SRC_URI=""