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/systemd-cron/
Date: Tue, 29 Sep 2020 05:16:22
Message-Id: 1601356564.1ebe73b86e7677a83eeeaa17e13e73b68bae8da9.gyakovlev@gentoo
1 commit: 1ebe73b86e7677a83eeeaa17e13e73b68bae8da9
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 29 05:06:22 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 29 05:16:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ebe73b8
7
8 sys-process/systemd-cron: add ~ppc64 keyword, bug #737518
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 sys-process/systemd-cron/systemd-cron-1.5.14.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-process/systemd-cron/systemd-cron-1.5.14.ebuild b/sys-process/systemd-cron/systemd-cron-1.5.14.ebuild
17 index 9c20864eb74..347187200e0 100644
18 --- a/sys-process/systemd-cron/systemd-cron-1.5.14.ebuild
19 +++ b/sys-process/systemd-cron/systemd-cron-1.5.14.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/systemd-cron/${PN}/archive/v${PV}.tar.gz -> systemd-
21
22 LICENSE="MIT"
23 SLOT="0"
24 -KEYWORDS="amd64 ~arm ~arm64 sparc x86"
25 +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 sparc x86"
26 IUSE="cron-boot etc-crontab-systemd minutely setgid test yearly"
27 RESTRICT="!test? ( test )"