media-gfx/graphite2: EAPI-7 bump
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 17 Nov 2019 01:32:31 +0000 (02:32 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 17 Nov 2019 01:34:21 +0000 (02:34 +0100)
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-gfx/graphite2/graphite2-1.3.13.ebuild

index 5508e2ba642a789020a7749cc7630b8ed1e30481..1af96ad4ff902b171719f9a2326e5eba424c3c6c 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7} )
 
@@ -22,8 +22,8 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
        perl? (
-               dev-perl/Module-Build
                dev-perl/Locale-Maketext-Lexicon
+               dev-perl/Module-Build
        )
        test? (
                ${PYTHON_DEPS}
@@ -87,7 +87,7 @@ multilib_src_test() {
        if multilib_is_native_abi; then
                cmake-utils_src_test
        else
-               einfo Cannot test since python is not multilib.
+               einfo "Cannot test since python is not multilib."
        fi
 }