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 3C367158091 for ; Wed, 8 Jun 2022 06:13:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4934AE0870; Wed, 8 Jun 2022 06:13:13 +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 F34EBE0870 for ; Wed, 8 Jun 2022 06:13:12 +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 D6DD6340FC5 for ; Wed, 8 Jun 2022 06:13:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49EB9501 for ; Wed, 8 Jun 2022 06:13:06 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1654668696.ac1246fb58abf326444728f93903057606ab1c5b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/chkcrontab/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/chkcrontab/chkcrontab-1.7-r2.ebuild X-VCS-Directories: app-misc/chkcrontab/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ac1246fb58abf326444728f93903057606ab1c5b X-VCS-Branch: master Date: Wed, 8 Jun 2022 06:13:06 +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: fea5478c-3506-4f75-87ca-2042a8b21d42 X-Archives-Hash: d26d6a9693d414550487c571b7a4f1dc commit: ac1246fb58abf326444728f93903057606ab1c5b Author: Joonas Niilola gentoo org> AuthorDate: Wed Jun 8 06:11:36 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jun 8 06:11:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1246fb app-misc/chkcrontab: Stabilize 1.7-r2 amd64, #850238 Signed-off-by: Joonas Niilola gentoo.org> app-misc/chkcrontab/chkcrontab-1.7-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/chkcrontab/chkcrontab-1.7-r2.ebuild b/app-misc/chkcrontab/chkcrontab-1.7-r2.ebuild index 039b64205480..3eb38db689fc 100644 --- a/app-misc/chkcrontab/chkcrontab-1.7-r2.ebuild +++ b/app-misc/chkcrontab/chkcrontab-1.7-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/lyda/chkcrontab/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="test" RESTRICT="!test? ( test )"