summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/moodle/moodle-3.8.ebuild')
-rw-r--r--www-apps/moodle/moodle-3.8.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/www-apps/moodle/moodle-3.8.ebuild b/www-apps/moodle/moodle-3.8.ebuild
index 02e7fab65927..de089c34fa05 100644
--- a/www-apps/moodle/moodle-3.8.ebuild
+++ b/www-apps/moodle/moodle-3.8.ebuild
@@ -1,12 +1,11 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI="7"
-inherit versionator webapp
+inherit webapp
-AVC=( $(get_version_components) )
-MY_BRANCH="stable${AVC[0]}${AVC[1]}"
+MY_BRANCH="stable$(ver_cut 1)$(ver_cut 2)"
DESCRIPTION="The Moodle Course Management System"
HOMEPAGE="https://moodle.org"