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 828391382C5 for ; Wed, 25 Apr 2018 10:05:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 926DBE09D6; Wed, 25 Apr 2018 10:05:53 +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 6D80CE09D6 for ; Wed, 25 Apr 2018 10:05:53 +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 258E0335C36 for ; Wed, 25 Apr 2018 10:05:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8582927E for ; Wed, 25 Apr 2018 10:05:50 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1524650606.dc6b0cf9bac6510ad8c9a0ff0ec2983d31ca3bec.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/vixie-cron/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/vixie-cron/vixie-cron-4.1-r15.ebuild X-VCS-Directories: sys-process/vixie-cron/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: dc6b0cf9bac6510ad8c9a0ff0ec2983d31ca3bec X-VCS-Branch: master Date: Wed, 25 Apr 2018 10:05:50 +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-Archives-Salt: 5dbd70bc-8807-4ace-b369-e1853520e6ce X-Archives-Hash: c145553ff7c73f0255f3b3e84f2694cc commit: dc6b0cf9bac6510ad8c9a0ff0ec2983d31ca3bec Author: Mart Raudsepp gentoo org> AuthorDate: Wed Apr 25 10:03:26 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Apr 25 10:03:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6b0cf9 sys-process/vixie-cron-4.1-r15: arm64 stable (bug #635868) Package-Manager: Portage-2.3.28, Repoman-2.3.9 sys-process/vixie-cron/vixie-cron-4.1-r15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/vixie-cron/vixie-cron-4.1-r15.ebuild b/sys-process/vixie-cron/vixie-cron-4.1-r15.ebuild index 5976e4ceafc..66f310fd824 100644 --- a/sys-process/vixie-cron/vixie-cron-4.1-r15.ebuild +++ b/sys-process/vixie-cron/vixie-cron-4.1-r15.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 mirror://gentoo/${P}-gentoo-${GENTOO_PATCH_REV}.patch.bz2" LICENSE="ISC BSD-2 BSD" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="selinux pam debug" DEPEND="selinux? ( sys-libs/libselinux )