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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1013C138335 for ; Tue, 22 Oct 2019 07:25:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5208AE0A9A; Tue, 22 Oct 2019 07:25:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 288C7E09F7 for ; Tue, 22 Oct 2019 07:25:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3BFB334C1CE for ; Tue, 22 Oct 2019 07:25:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8F4D882 for ; Tue, 22 Oct 2019 07:25:20 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1571729110.ae0f6891cf04e7bbe70ecb0af4f95580abc986da.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/dcron/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/dcron/dcron-4.5-r2.ebuild X-VCS-Directories: sys-process/dcron/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: ae0f6891cf04e7bbe70ecb0af4f95580abc986da X-VCS-Branch: master Date: Tue, 22 Oct 2019 07:25:20 +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: f46d659c-d5bb-48d8-912e-fa317e6fab41 X-Archives-Hash: 4b49cd0d57656a4c84b927066797a976 commit: ae0f6891cf04e7bbe70ecb0af4f95580abc986da Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Oct 22 07:25:10 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Oct 22 07:25:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae0f6891 sys-process/dcron: x86 stable wrt bug #698134 Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> sys-process/dcron/dcron-4.5-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/dcron/dcron-4.5-r2.ebuild b/sys-process/dcron/dcron-4.5-r2.ebuild index f95220aaf0a..31ccd5c3c25 100644 --- a/sys-process/dcron/dcron-4.5-r2.ebuild +++ b/sys-process/dcron/dcron-4.5-r2.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A cute little cron from Matt Dillon" HOMEPAGE="http://www.jimpryor.net/linux/dcron.html http://apollo.backplane.com/FreeSrc/" SRC_URI="http://www.jimpryor.net/linux/releases/${P}.tar.gz" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86" LICENSE="GPL-2" SLOT="0"