Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dvisvgm/
Date: Sun, 05 Dec 2021 18:40:22
Message-Id: 1638729467.f71b13af5da1b3241bd03d3d6f0620465146b40c.sam@gentoo
1 commit: f71b13af5da1b3241bd03d3d6f0620465146b40c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 5 18:37:47 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 5 18:37:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f71b13af
7
8 app-text/dvisvgm: Stabilize 2.12 ppc, #828391
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-text/dvisvgm/dvisvgm-2.12.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/dvisvgm/dvisvgm-2.12.ebuild b/app-text/dvisvgm/dvisvgm-2.12.ebuild
16 index 27e07e5b874d..8544ed0a38c4 100644
17 --- a/app-text/dvisvgm/dvisvgm-2.12.ebuild
18 +++ b/app-text/dvisvgm/dvisvgm-2.12.ebuild
19 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz
20
21 LICENSE="GPL-3"
22 SLOT="0"
23 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos"
24 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos"
25 IUSE="test"
26 # Tests don't work from ${WORKDIR}: kpathsea tries to search in relative
27 # directories from where the binary is executed.