Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/systemd-cron/
Date: Sat, 05 Sep 2020 00:42:07
Message-Id: 1599266519.eeb96529a1de2638773325222c90c64b93ad565d.sam@gentoo
1 commit: eeb96529a1de2638773325222c90c64b93ad565d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 5 00:41:59 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 00:41:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb96529
7
8 sys-process/systemd-cron: arm64 keyworded (bug #737518)
9
10 Package-Manager: Portage-3.0.4, Repoman-2.3.23
11 Signed-off-by: Sam James <sam <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 43855635ed8..9c20864eb74 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 sparc x86"
25 +KEYWORDS="amd64 ~arm ~arm64 sparc x86"
26 IUSE="cron-boot etc-crontab-systemd minutely setgid test yearly"
27 RESTRICT="!test? ( test )"