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: Mon, 06 Dec 2021 15:20:27
Message-Id: 1638803920.9c12520c2e4ec41bc2a45264168ff65533ff6a95.sam@gentoo
1 commit: 9c12520c2e4ec41bc2a45264168ff65533ff6a95
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 6 15:18:40 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 6 15:18:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c12520c
7
8 app-text/dvisvgm: Stabilize 2.12 arm64, #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 43309346e6b8..5d1b68f06d66 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.