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: Tue, 25 Jan 2022 04:06:31
Message-Id: 1643083493.213cc4de424f27ad06385601f7a267d0e88e6645.sam@gentoo
1 commit: 213cc4de424f27ad06385601f7a267d0e88e6645
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 25 04:04:53 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 25 04:04:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=213cc4de
7
8 app-text/dvisvgm: Stabilize 2.12 hppa, #832009
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-text/dvisvgm/dvisvgm-2.12.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-text/dvisvgm/dvisvgm-2.12.ebuild b/app-text/dvisvgm/dvisvgm-2.12.ebuild
16 index 39a5bfb89049..0fc4f7c95209 100644
17 --- a/app-text/dvisvgm/dvisvgm-2.12.ebuild
18 +++ b/app-text/dvisvgm/dvisvgm-2.12.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz
26
27 LICENSE="GPL-3"
28 SLOT="0"
29 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos"
30 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos"
31 IUSE="test"
32 # Tests don't work from ${WORKDIR}: kpathsea tries to search in relative
33 # directories from where the binary is executed.