Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/xdot/
Date: Thu, 04 Jun 2020 14:06:34
Message-Id: 1591279518.2dd72ac1fa2e192cc6edf54ee283f1b859382813.mgorny@gentoo
1 commit: 2dd72ac1fa2e192cc6edf54ee283f1b859382813
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Thu Jun 4 01:23:10 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 4 14:05:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dd72ac1
7
8 media-gfx/xdot: arm keyworded (bug #717946)
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 media-gfx/xdot/xdot-1.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-gfx/xdot/xdot-1.1.ebuild b/media-gfx/xdot/xdot-1.1.ebuild
18 index e99b0bfd8ee..e7945acb322 100644
19 --- a/media-gfx/xdot/xdot-1.1.ebuild
20 +++ b/media-gfx/xdot/xdot-1.1.ebuild
21 @@ -11,7 +11,7 @@ if [[ ${PV} = 9999* ]]; then
22 GIT_ECLASS="git-r3"
23 SRC_URI=""
24 else
25 - KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 x86"
26 + KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86"
27 MY_P="${MY_PN}-${PV}"
28 S="${WORKDIR}/${MY_P}"
29 SRC_URI="https://github.com/jrfonseca/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"