Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/scrub/
Date: Sat, 28 Dec 2019 21:33:03
Message-Id: 1577568758.cb83cce6b4b9a42f4f03318747a241e1b866b2b1.gyakovlev@gentoo
1 commit: cb83cce6b4b9a42f4f03318747a241e1b866b2b1
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 20:35:28 2019 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 28 21:32:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb83cce6
7
8 app-misc/scrub: keyword 2.6.1 on ~ppc64
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 app-misc/scrub/scrub-2.6.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-misc/scrub/scrub-2.6.1.ebuild b/app-misc/scrub/scrub-2.6.1.ebuild
18 index 654963361fc..0b050cc0eb2 100644
19 --- a/app-misc/scrub/scrub-2.6.1.ebuild
20 +++ b/app-misc/scrub/scrub-2.6.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/chaos/${PN}/releases/download/${PV}/${P}.tar.gz"
28
29 LICENSE="GPL-2"
30 SLOT="0"
31 -KEYWORDS="amd64 ~arm64 ~sparc ~x86"
32 +KEYWORDS="amd64 ~arm64 ~ppc64 ~sparc ~x86"
33 IUSE=""
34
35 DEPEND=""