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 05:20:27
Message-Id: 1638681601.d2c87a80b43c619d237594c8b8e5da8dcbf3d055.sam@gentoo
1 commit: d2c87a80b43c619d237594c8b8e5da8dcbf3d055
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 5 05:20:01 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 5 05:20:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c87a80
7
8 app-text/dvisvgm: Stabilize 2.12 amd64, #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 1c8d9fa3d375..a75519b5e6e5 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.