sys-process/numad: sync live ebuild keywords
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Sat, 28 Dec 2019 20:58:47 +0000 (12:58 -0800)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Sat, 28 Dec 2019 21:32:42 +0000 (13:32 -0800)
Bug: https://bugs.gentoo.org/679888
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
sys-process/numad/numad-9999.ebuild

index 9b2cc2d66a7bf7957c5ce148478099d6d5d59e8c..11e23c799437c833b1dca27ec9086d948b5cace6 100644 (file)
@@ -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