diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-07 14:17:58 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-07 14:17:58 +0200 |
commit | 5de2b9eda177ae8465867a861233c07435eba476 (patch) | |
tree | ac7b33b92fa6519f41f730edbc34ca6c36b5e474 /sys-process | |
parent | dev-python/pyflakes: keyword ~arm64 (diff) | |
download | gentoo-5de2b9eda177ae8465867a861233c07435eba476.tar.gz gentoo-5de2b9eda177ae8465867a861233c07435eba476.tar.bz2 gentoo-5de2b9eda177ae8465867a861233c07435eba476.zip |
sys-process/numad: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/numad/numad-0.5-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/numad/numad-0.5-r2.ebuild b/sys-process/numad/numad-0.5-r2.ebuild index c69eb0958cd3..c3cec523349a 100644 --- a/sys-process/numad/numad-0.5-r2.ebuild +++ b/sys-process/numad/numad-0.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]]; then else HASH="334278ff3d774d105939743436d7378a189e8693" SRC_URI="http://git.fedorahosted.org/git/?p=numad.git;a=snapshot;h=${HASH};sf=tbz2 -> numad-0.5-${HASH:0:7}.tar.bz2" - KEYWORDS="~amd64 -arm -s390 ~x86" + KEYWORDS="~amd64 -arm ~arm64 -s390 ~x86" S="${WORKDIR}/${PN}-${HASH:0:7}" fi |