xdg-utils.eclass: support EAPI 7
authorMike Gilbert <floppym@gentoo.org>
Sun, 30 Sep 2018 21:55:52 +0000 (17:55 -0400)
committerMike Gilbert <floppym@gentoo.org>
Wed, 3 Oct 2018 02:08:22 +0000 (22:08 -0400)
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
eclass/xdg-utils.eclass

index 725b673162214c9ed253ac951f21399b18433000..fe1eef213ea49a023f9e2581526d7c40c63339fe 100644 (file)
@@ -6,7 +6,7 @@
 # gnome@gentoo.org
 # @AUTHOR:
 # Original author: Gilles Dartiguelongue <eva@gentoo.org>
-# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6
+# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 7
 # @BLURB: Auxiliary functions commonly used by XDG compliant packages.
 # @DESCRIPTION:
 # This eclass provides a set of auxiliary functions needed by most XDG
@@ -16,7 +16,7 @@
 #  * XDG mime information database management
 
 case "${EAPI:-0}" in
-       0|1|2|3|4|5|6) ;;
+       0|1|2|3|4|5|6|7) ;;
        *) die "EAPI=${EAPI} is not supported" ;;
 esac