projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
295f82a
)
leechcraft.eclass: add support for EAPI 7
author
Sergey Popov
<pinkbyte@gentoo.org>
Wed, 29 Aug 2018 07:55:32 +0000
(10:55 +0300)
committer
Sergey Popov
<pinkbyte@gentoo.org>
Wed, 29 Aug 2018 07:55:32 +0000
(10:55 +0300)
eclass/leechcraft.eclass
patch
|
blob
|
history
diff --git
a/eclass/leechcraft.eclass
b/eclass/leechcraft.eclass
index 8e3c69f8c61c5455ac7bc5751c76b045124976af..16b4f8d4c93e6fb005004990ebbc548f7d45736f 100644
(file)
--- 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