commit: 75897554180954ebd53251a2f809f9e0596f91ae
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 01:32:31 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 01:34:21 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75897554
media-gfx/graphite2: EAPI-7 bump
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-gfx/graphite2/graphite2-1.3.13.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-gfx/graphite2/graphite2-1.3.13.ebuild
b/media-gfx/graphite2/graphite2-1.3.13.ebuild
index 5508e2ba642..1af96ad4ff9 100644
--- a/media-gfx/graphite2/graphite2-1.3.13.ebuild
+++ b/media-gfx/graphite2/graphite2-1.3.13.ebuild
@@ -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
}