summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2018-08-29 10:57:02 +0300
committerSergey Popov <pinkbyte@gentoo.org>2018-08-29 10:57:02 +0300
commit03cf03ea4a0c12f9e1ae45a679d0006cd57077ee (patch)
treee9db3098c9c01d7e4d6323d4398d8a26313e71bb /eclass/leechcraft.eclass
parentleechcraft.eclass: add support for EAPI 7 (diff)
downloadgentoo-03cf03ea4a0c12f9e1ae45a679d0006cd57077ee.tar.gz
gentoo-03cf03ea4a0c12f9e1ae45a679d0006cd57077ee.tar.bz2
gentoo-03cf03ea4a0c12f9e1ae45a679d0006cd57077ee.zip
Revert "leechcraft.eclass: add support for EAPI 7"
This reverts commit 58228e9d709dcb2e3174daf75f3d5086b2451a87. cmake-utils eclass is not available for EAPI 7 now, so we can not use it in leechcraft eclass
Diffstat (limited to 'eclass/leechcraft.eclass')
-rw-r--r--eclass/leechcraft.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/leechcraft.eclass b/eclass/leechcraft.eclass
index 16b4f8d4c93e..8e3c69f8c61c 100644
--- a/eclass/leechcraft.eclass
+++ b/eclass/leechcraft.eclass
@@ -7,7 +7,7 @@
# @AUTHOR:
# 0xd34df00d@gmail.com
# NightNord@niifaq.ru
-# @SUPPORTED_EAPIS: 6 7
+# @SUPPORTED_EAPIS: 6
# @BLURB: Common functions and setup utilities for the LeechCraft app
# @DESCRIPTION:
# The leechcraft eclass contains a common set of functions and steps
@@ -22,7 +22,7 @@
# Only EAPI >=6 is supported
case ${EAPI:-0} in
- 6|7) ;;
+ 6) ;;
*) die "EAPI not supported, bug ebuild mantainer" ;;
esac