Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphite2/
Date: Sun, 17 Nov 2019 01:34:39
Message-Id: 1573954461.75897554180954ebd53251a2f809f9e0596f91ae.asturm@gentoo
1 commit: 75897554180954ebd53251a2f809f9e0596f91ae
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 01:32:31 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 01:34:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75897554
7
8 media-gfx/graphite2: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-gfx/graphite2/graphite2-1.3.13.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/media-gfx/graphite2/graphite2-1.3.13.ebuild b/media-gfx/graphite2/graphite2-1.3.13.ebuild
17 index 5508e2ba642..1af96ad4ff9 100644
18 --- a/media-gfx/graphite2/graphite2-1.3.13.ebuild
19 +++ b/media-gfx/graphite2/graphite2-1.3.13.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 PYTHON_COMPAT=( python3_{6,7} )
28
29 @@ -22,8 +22,8 @@ RDEPEND="
30 "
31 DEPEND="${RDEPEND}
32 perl? (
33 - dev-perl/Module-Build
34 dev-perl/Locale-Maketext-Lexicon
35 + dev-perl/Module-Build
36 )
37 test? (
38 ${PYTHON_DEPS}
39 @@ -87,7 +87,7 @@ multilib_src_test() {
40 if multilib_is_native_abi; then
41 cmake-utils_src_test
42 else
43 - einfo Cannot test since python is not multilib.
44 + einfo "Cannot test since python is not multilib."
45 fi
46 }