Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/xdot/
Date: Sun, 27 Dec 2020 04:56:12
Message-Id: 1609044948.74c32c38d75c13568cbb7ef55ede4bff728b3dbd.sam@gentoo
1 commit: 74c32c38d75c13568cbb7ef55ede4bff728b3dbd
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 27 04:55:48 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 27 04:55:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c32c38
7
8 media-gfx/xdot: Stabilize 1.2 arm64, #761796
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-gfx/xdot/xdot-1.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-gfx/xdot/xdot-1.2.ebuild b/media-gfx/xdot/xdot-1.2.ebuild
16 index d624a2842c9..19689df035e 100644
17 --- a/media-gfx/xdot/xdot-1.2.ebuild
18 +++ b/media-gfx/xdot/xdot-1.2.ebuild
19 @@ -12,7 +12,7 @@ if [[ ${PV} = 9999* ]]; then
20 GIT_ECLASS="git-r3"
21 SRC_URI=""
22 else
23 - KEYWORDS="amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
24 + KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~x86"
25 MY_P="${MY_PN}-${PV}"
26 S="${WORKDIR}/${MY_P}"
27 SRC_URI="https://github.com/jrfonseca/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"