Signed-off-by: Jack Todaro <jackmtodaro@gmail.com>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: darcs.eclass
# 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=""