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 52695139694 for ; Tue, 14 Feb 2017 16:49:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AAE521C06A; Tue, 14 Feb 2017 16:49:50 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52E6621C06A for ; Tue, 14 Feb 2017 16:49:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 597BD3415B7 for ; Tue, 14 Feb 2017 16:49:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8C3447BB for ; Tue, 14 Feb 2017 16:49:47 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1487090978.57f9d8c798ad43477d745efeab6841a3f7d651f7.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/chrony/chrony-2.4.1.ebuild net-misc/chrony/chrony-3.1.ebuild X-VCS-Directories: net-misc/chrony/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 57f9d8c798ad43477d745efeab6841a3f7d651f7 X-VCS-Branch: master Date: Tue, 14 Feb 2017 16:49:47 +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: 8e083b0a-1fef-4ce0-86b0-4508a1bf83bc X-Archives-Hash: 67b25ffa25d771f7bd9a9633f905c097 commit: 57f9d8c798ad43477d745efeab6841a3f7d651f7 Author: Michael Weber gentoo org> AuthorDate: Tue Feb 14 16:44:25 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Tue Feb 14 16:49:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f9d8c7 net-misc/chrony: Add ~ppc keyword (bug 590274). Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-misc/chrony/chrony-2.4.1.ebuild | 2 +- net-misc/chrony/chrony-3.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/chrony/chrony-2.4.1.ebuild b/net-misc/chrony/chrony-2.4.1.ebuild index 8eb2faada4..583f371ea7 100644 --- a/net-misc/chrony/chrony-2.4.1.ebuild +++ b/net-misc/chrony/chrony-2.4.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 hppa ppc64" +KEYWORDS="alpha ~amd64 hppa ~ppc ppc64" 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.1.ebuild b/net-misc/chrony/chrony-3.1.ebuild index d34419a76f..74e63c658e 100644 --- a/net-misc/chrony/chrony-3.1.ebuild +++ b/net-misc/chrony/chrony-3.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc64" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64" IUSE="caps +cmdmon html ipv6 libedit +ntp +phc pps readline +refclock +rtc selinux +adns" REQUIRED_USE=" ?? ( libedit readline )