From: Andreas Sturmlechner Date: Sun, 17 Nov 2019 01:32:31 +0000 (+0100) Subject: media-gfx/graphite2: EAPI-7 bump X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=75897554180954ebd53251a2f809f9e0596f91ae;p=gentoo.git media-gfx/graphite2: EAPI-7 bump Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner --- diff --git a/media-gfx/graphite2/graphite2-1.3.13.ebuild b/media-gfx/graphite2/graphite2-1.3.13.ebuild index 5508e2ba642a..1af96ad4ff90 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 }