From 7ef02744a03c5bd701d737be8b5e58e4882e83b6 Mon Sep 17 00:00:00 2001 From: "Sam James (sam_c)" Date: Sun, 5 Jul 2020 23:18:50 +0000 Subject: [PATCH] media-gfx/xdot: arm stable (bug #727058) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) Signed-off-by: Michał Górny --- media-gfx/xdot/xdot-1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/xdot/xdot-1.1.ebuild b/media-gfx/xdot/xdot-1.1.ebuild index ab6cb8df3ba57..4e28d01ba1162 100644 --- a/media-gfx/xdot/xdot-1.1.ebuild +++ b/media-gfx/xdot/xdot-1.1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} = 9999* ]]; then GIT_ECLASS="git-r3" SRC_URI="" else - KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 x86" + KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 x86" MY_P="${MY_PN}-${PV}" S="${WORKDIR}/${MY_P}" SRC_URI="https://github.com/jrfonseca/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"