diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-09-28 22:06:22 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-09-28 22:16:04 -0700 |
commit | 1ebe73b86e7677a83eeeaa17e13e73b68bae8da9 (patch) | |
tree | 20f801f1727c9076c0f521debb89bd8f691d8e43 /sys-process/systemd-cron | |
parent | dev-python/boto3: Bump to 1.15.7 (diff) | |
download | gentoo-1ebe73b86e7677a83eeeaa17e13e73b68bae8da9.tar.gz gentoo-1ebe73b86e7677a83eeeaa17e13e73b68bae8da9.tar.bz2 gentoo-1ebe73b86e7677a83eeeaa17e13e73b68bae8da9.zip |
sys-process/systemd-cron: add ~ppc64 keyword, bug #737518
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-process/systemd-cron')
-rw-r--r-- | sys-process/systemd-cron/systemd-cron-1.5.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/systemd-cron/systemd-cron-1.5.14.ebuild b/sys-process/systemd-cron/systemd-cron-1.5.14.ebuild index 9c20864eb745..347187200e0d 100644 --- a/sys-process/systemd-cron/systemd-cron-1.5.14.ebuild +++ b/sys-process/systemd-cron/systemd-cron-1.5.14.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/systemd-cron/${PN}/archive/v${PV}.tar.gz -> systemd- LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 sparc x86" IUSE="cron-boot etc-crontab-systemd minutely setgid test yearly" RESTRICT="!test? ( test )" |