Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/systemd-cron/
Date: Mon, 29 Jan 2018 01:06:12
Message-Id: 1517185794.74e6dc52d0aa74f7bc2bbc0cf2a91d0932d1a233.whissi@gentoo
1 commit: 74e6dc52d0aa74f7bc2bbc0cf2a91d0932d1a233
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 29 00:29:54 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 29 00:29:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e6dc52
7
8 sys-process/systemd-cron: x86 stable (bug #638972)
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 sys-process/systemd-cron/systemd-cron-1.5.12-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-process/systemd-cron/systemd-cron-1.5.12-r1.ebuild b/sys-process/systemd-cron/systemd-cron-1.5.12-r1.ebuild
16 index c2c3644c42d..e2f62555753 100644
17 --- a/sys-process/systemd-cron/systemd-cron-1.5.12-r1.ebuild
18 +++ b/sys-process/systemd-cron/systemd-cron-1.5.12-r1.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/systemd-cron/${PN}/archive/v${PV}.tar.gz -> systemd-
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25 IUSE="cron-boot etc-crontab-systemd minutely setgid test yearly"
26
27 RDEPEND=">=sys-apps/systemd-217