From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1460245-garchives=archives.gentoo.org@lists.gentoo.org> 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 90219158020 for <garchives@archives.gentoo.org>; Fri, 25 Nov 2022 05:16:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99C01E09E0; Fri, 25 Nov 2022 05:16:03 +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 7BA25E09E0 for <gentoo-commits@lists.gentoo.org>; Fri, 25 Nov 2022 05:16:03 +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 2166E3410F5 for <gentoo-commits@lists.gentoo.org>; Fri, 25 Nov 2022 05:16:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4CA776F for <gentoo-commits@lists.gentoo.org>; Fri, 25 Nov 2022 05:15:59 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1669353338.4eae9e1dec0a0c4da7bf1ba4de1546a05bf2e2d9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/cronie/cronie-1.6.1-r2.ebuild X-VCS-Directories: sys-process/cronie/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4eae9e1dec0a0c4da7bf1ba4de1546a05bf2e2d9 X-VCS-Branch: master Date: Fri, 25 Nov 2022 05:15:59 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c2041240-4a0f-48b0-bd3e-8b78ab834e62 X-Archives-Hash: a6fc2972929e0c7aae6ea4fc23a09aca commit: 4eae9e1dec0a0c4da7bf1ba4de1546a05bf2e2d9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Nov 25 05:15:11 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Nov 25 05:15:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eae9e1d sys-process/cronie: Stabilize 1.6.1-r2 x86, #882847 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-process/cronie/cronie-1.6.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/cronie/cronie-1.6.1-r2.ebuild b/sys-process/cronie/cronie-1.6.1-r2.ebuild index 0c5b1b9fa79c..52dd127bee15 100644 --- a/sys-process/cronie/cronie-1.6.1-r2.ebuild +++ b/sys-process/cronie/cronie-1.6.1-r2.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie" SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz" LICENSE="ISC BSD BSD-2 GPL-2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86" IUSE="+anacron +inotify pam selinux" BDEPEND="acct-group/crontab"