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:55:02
Message-Id: 1609044865.9e0a6fe1be542ced7d123fe847da50ca4fbab8fe.sam@gentoo
1 commit: 9e0a6fe1be542ced7d123fe847da50ca4fbab8fe
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 27 04:54:25 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 27 04:54:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e0a6fe1
7
8 media-gfx/xdot: Stabilize 1.2 amd64, #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 b77591444bc..d624a2842c9 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"