diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-12-28 12:58:47 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-12-28 13:32:42 -0800 |
commit | 14058d66d68eda4e6054b86e24e81599c6c3f56d (patch) | |
tree | e19f8bf9f68edbd3ca3f15a391c9f1ee58765f78 /sys-process | |
parent | sys-process/numad: keyword 0.5-r3 on ~ppc64 (diff) | |
download | gentoo-14058d66d68eda4e6054b86e24e81599c6c3f56d.tar.gz gentoo-14058d66d68eda4e6054b86e24e81599c6c3f56d.tar.bz2 gentoo-14058d66d68eda4e6054b86e24e81599c6c3f56d.zip |
sys-process/numad: sync live ebuild keywords
Bug: https://bugs.gentoo.org/679888
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/numad/numad-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/numad/numad-9999.ebuild b/sys-process/numad/numad-9999.ebuild index 9b2cc2d66a7b..11e23c799437 100644 --- a/sys-process/numad/numad-9999.ebuild +++ b/sys-process/numad/numad-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]]; then else EGIT_COMMIT="" SRC_URI="mirror://gentoo/numad-0.5-${EGIT_COMMIT:0:7}.tar.bz2" - KEYWORDS="~amd64 -arm ~arm64 -s390 ~x86" + KEYWORDS="~amd64 -arm ~arm64 ~ppc64 -s390 ~x86" S="${WORKDIR}/${PN}-${EGIT_COMMIT:0:7}" fi |