Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/numad/
Date: Sat, 28 Dec 2019 21:33:04
Message-Id: 1577568762.14058d66d68eda4e6054b86e24e81599c6c3f56d.gyakovlev@gentoo
1 commit: 14058d66d68eda4e6054b86e24e81599c6c3f56d
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 20:58:47 2019 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 28 21:32:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14058d66
7
8 sys-process/numad: sync live ebuild keywords
9
10 Bug: https://bugs.gentoo.org/679888
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 sys-process/numad/numad-9999.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-process/numad/numad-9999.ebuild b/sys-process/numad/numad-9999.ebuild
18 index 9b2cc2d66a7..11e23c79943 100644
19 --- a/sys-process/numad/numad-9999.ebuild
20 +++ b/sys-process/numad/numad-9999.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]]; then
28 else
29 EGIT_COMMIT=""
30 SRC_URI="mirror://gentoo/numad-0.5-${EGIT_COMMIT:0:7}.tar.bz2"
31 - KEYWORDS="~amd64 -arm ~arm64 -s390 ~x86"
32 + KEYWORDS="~amd64 -arm ~arm64 ~ppc64 -s390 ~x86"
33 S="${WORKDIR}/${PN}-${EGIT_COMMIT:0:7}"
34 fi