diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-03 19:32:57 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-08 18:59:35 +0200 |
commit | c88ea85186c949bdee245705e22ffd6955de46a5 (patch) | |
tree | 0574582b40a041097cadb2444dca3727c4459296 /eclass | |
parent | media-sound/yarock: 1.4.0 version bump, EAPI-7 bump, add USE mpv (diff) | |
download | gentoo-c88ea85186c949bdee245705e22ffd6955de46a5.tar.gz gentoo-c88ea85186c949bdee245705e22ffd6955de46a5.tar.bz2 gentoo-c88ea85186c949bdee245705e22ffd6955de46a5.zip |
leechcraft.eclass: Revert revert add support for EAPI 7
This reverts commit 03cf03ea4a0c12f9e1ae45a679d0006cd57077ee.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/leechcraft.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/leechcraft.eclass b/eclass/leechcraft.eclass index 8e3c69f8c61c..16b4f8d4c93e 100644 --- a/eclass/leechcraft.eclass +++ b/eclass/leechcraft.eclass @@ -7,7 +7,7 @@ # @AUTHOR: # 0xd34df00d@gmail.com # NightNord@niifaq.ru -# @SUPPORTED_EAPIS: 6 +# @SUPPORTED_EAPIS: 6 7 # @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) ;; + 6|7) ;; *) die "EAPI not supported, bug ebuild mantainer" ;; esac |