From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9368158015 for ; Fri, 22 Dec 2023 05:07:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9C122BC075; Fri, 22 Dec 2023 05:07:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB52A2BC075 for ; Fri, 22 Dec 2023 05:07:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF318343006 for ; Fri, 22 Dec 2023 05:07:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 254EB14CB for ; Fri, 22 Dec 2023 05:07:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1703221492.3f69d8d87893675e3c1103149bc2162f75dc9eed.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/systemd-cron/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/systemd-cron/systemd-cron-2.2.0-r1.ebuild X-VCS-Directories: sys-process/systemd-cron/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3f69d8d87893675e3c1103149bc2162f75dc9eed X-VCS-Branch: master Date: Fri, 22 Dec 2023 05:07:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 58e60ba9-bef6-452d-90f0-a0d4e46a40e5 X-Archives-Hash: 9caae84db2e869a9656956b14fb09845 commit: 3f69d8d87893675e3c1103149bc2162f75dc9eed Author: Sam James gentoo org> AuthorDate: Fri Dec 22 05:02:47 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 22 05:04:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f69d8d8 sys-process/systemd-cron: Stabilize 2.2.0-r1 sparc, #920505 Signed-off-by: Sam James gentoo.org> sys-process/systemd-cron/systemd-cron-2.2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/systemd-cron/systemd-cron-2.2.0-r1.ebuild b/sys-process/systemd-cron/systemd-cron-2.2.0-r1.ebuild index bf774942d0fa..ea6ebfd49e7d 100644 --- a/sys-process/systemd-cron/systemd-cron-2.2.0-r1.ebuild +++ b/sys-process/systemd-cron/systemd-cron-2.2.0-r1.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/systemd-cron/${PN}/archive/v${PV}.tar.gz -> systemd- LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc ~x86" IUSE="cron-boot etc-crontab-systemd minutely +runparts setgid yearly" RESTRICT="test"