From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-975979-garchives=archives.gentoo.org@lists.gentoo.org> 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 AA1621396D0 for <garchives@archives.gentoo.org>; Sun, 1 Oct 2017 00:56:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7E82E0D8F; Sun, 1 Oct 2017 00:56:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C41A9E0D8F for <gentoo-commits@lists.gentoo.org>; Sun, 1 Oct 2017 00:56:41 +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 DE9CA34185D for <gentoo-commits@lists.gentoo.org>; Sun, 1 Oct 2017 00:56:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CAFC909C for <gentoo-commits@lists.gentoo.org>; Sun, 1 Oct 2017 00:56:38 +0000 (UTC) From: "Thomas Deutschmann" <whissi@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, "Thomas Deutschmann" <whissi@gentoo.org> Message-ID: <1506818203.665e46a161b2df5114f15bef6a87c6d5a5ea6422.whissi@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.1-r1.ebuild net-misc/chrony/chrony-3.1.ebuild net-misc/chrony/chrony-3.2.ebuild X-VCS-Directories: net-misc/chrony/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 665e46a161b2df5114f15bef6a87c6d5a5ea6422 X-VCS-Branch: master Date: Sun, 1 Oct 2017 00:56:38 +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-Archives-Salt: 94550386-6821-423f-b422-b0018b6597c4 X-Archives-Hash: c97d43044758f80472cf3e1edeba179b commit: 665e46a161b2df5114f15bef6a87c6d5a5ea6422 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sun Oct 1 00:36:43 2017 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sun Oct 1 00:36:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665e46a1 net-misc/chrony: keyworded for x86 (bug #583390) Package-Manager: Portage-2.3.10, Repoman-2.3.3 net-misc/chrony/chrony-3.1-r1.ebuild | 2 +- net-misc/chrony/chrony-3.1.ebuild | 2 +- net-misc/chrony/chrony-3.2.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/chrony/chrony-3.1-r1.ebuild b/net-misc/chrony/chrony-3.1-r1.ebuild index 5b12587e50a..2b465d02084 100644 --- a/net-misc/chrony/chrony-3.1-r1.ebuild +++ b/net-misc/chrony/chrony-3.1-r1.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="caps +cmdmon html ipv6 libedit +ntp +phc pps readline +refclock +rtc seccomp selinux +adns" REQUIRED_USE=" ?? ( libedit readline ) diff --git a/net-misc/chrony/chrony-3.1.ebuild b/net-misc/chrony/chrony-3.1.ebuild index 80573206d2e..6b6d1ce08cc 100644 --- a/net-misc/chrony/chrony-3.1.ebuild +++ b/net-misc/chrony/chrony-3.1.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ppc ppc64" +KEYWORDS="~alpha ~amd64 arm hppa ppc ppc64 ~x86" IUSE="caps +cmdmon html ipv6 libedit +ntp +phc pps readline +refclock +rtc selinux +adns" REQUIRED_USE=" ?? ( libedit readline ) diff --git a/net-misc/chrony/chrony-3.2.ebuild b/net-misc/chrony/chrony-3.2.ebuild index 7df999b0de1..1a1cc1f7ccf 100644 --- a/net-misc/chrony/chrony-3.2.ebuild +++ b/net-misc/chrony/chrony-3.2.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" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="caps +cmdmon html ipv6 libedit +ntp +phc pps readline +refclock +rtc seccomp selinux +adns" REQUIRED_USE=" ?? ( libedit readline )