diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-06-04 01:23:10 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-04 16:05:18 +0200 |
commit | 2dd72ac1fa2e192cc6edf54ee283f1b859382813 (patch) | |
tree | a005f879f5908911f42fca999c7646dd48df6079 /media-gfx/xdot | |
parent | dev-python/pylibmc: arm keyworded (bug #717946) (diff) | |
download | gentoo-2dd72ac1fa2e192cc6edf54ee283f1b859382813.tar.gz gentoo-2dd72ac1fa2e192cc6edf54ee283f1b859382813.tar.bz2 gentoo-2dd72ac1fa2e192cc6edf54ee283f1b859382813.zip |
media-gfx/xdot: arm keyworded (bug #717946)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx/xdot')
-rw-r--r-- | media-gfx/xdot/xdot-1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/xdot/xdot-1.1.ebuild b/media-gfx/xdot/xdot-1.1.ebuild index e99b0bfd8ee9..e7945acb3221 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 ~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" |