diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-17 02:32:31 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-17 02:34:21 +0100 |
commit | 75897554180954ebd53251a2f809f9e0596f91ae (patch) | |
tree | 7ebcd795fa62e070c0eafcd7acdcce170a515ea3 | |
parent | media-plugins/vdr-pvr350: remove USE="yaepg" (diff) | |
download | gentoo-75897554180954ebd53251a2f809f9e0596f91ae.tar.gz gentoo-75897554180954ebd53251a2f809f9e0596f91ae.tar.bz2 gentoo-75897554180954ebd53251a2f809f9e0596f91ae.zip |
media-gfx/graphite2: EAPI-7 bump
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | media-gfx/graphite2/graphite2-1.3.13.ebuild | 6 |
1 files 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 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 } |