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 A6197138336 for ; Sat, 1 Sep 2018 13:27:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E968E086D; Sat, 1 Sep 2018 13:27:43 +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 3A24AE086D for ; Sat, 1 Sep 2018 13:27:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4805F335C9F for ; Sat, 1 Sep 2018 13:27:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7ED013C1 for ; Sat, 1 Sep 2018 13:27:39 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1535808435.b964263f03d10b51a4f6da38c1a36c145a0f31c4.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/chrony/chrony-3.3.ebuild X-VCS-Directories: net-misc/chrony/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: b964263f03d10b51a4f6da38c1a36c145a0f31c4 X-VCS-Branch: master Date: Sat, 1 Sep 2018 13:27:39 +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: f71360c5-c794-43b2-b2f0-e3add3572368 X-Archives-Hash: e7379fc8e75c660e53a9ac616b3057a5 commit: b964263f03d10b51a4f6da38c1a36c145a0f31c4 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Sep 1 13:27:15 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Sep 1 13:27:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b964263f net-misc/chrony: Stable for AMD64 HPPA x86 too. Package-Manager: Portage-2.3.48, Repoman-2.3.10 RepoMan-Options: --ignore-arches net-misc/chrony/chrony-3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/chrony/chrony-3.3.ebuild b/net-misc/chrony/chrony-3.3.ebuild index c3aed38aa99..a34cf9102e4 100644 --- a/net-misc/chrony/chrony-3.3.ebuild +++ b/net-misc/chrony/chrony-3.3.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 ~sparc x86" IUSE="caps +cmdmon html ipv6 libedit +ntp +phc pps readline +refclock +rtc seccomp selinux +adns" REQUIRED_USE=" ?? ( libedit readline )