From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-842283-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 2134F13888F
	for <garchives@archives.gentoo.org>; Sun, 25 Oct 2015 06:55:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 35733E07ED;
	Sun, 25 Oct 2015 06:54:58 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C7E10E07ED
	for <gentoo-commits@lists.gentoo.org>; Sun, 25 Oct 2015 06:54:57 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 6054B3409F9
	for <gentoo-commits@lists.gentoo.org>; Sun, 25 Oct 2015 06:54:56 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 596A4185C
	for <gentoo-commits@lists.gentoo.org>; Sun, 25 Oct 2015 06:54:53 +0000 (UTC)
From: "Jeroen Roovers" <jer@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, "Jeroen Roovers" <jer@gentoo.org>
Message-ID: <1445755794.1cb3b16208d5e74540e93ffe5b2e96dd65744702.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
X-VCS-Directories: net-dialup/freeradius-client/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: 1cb3b16208d5e74540e93ffe5b2e96dd65744702
X-VCS-Branch: master
Date: Sun, 25 Oct 2015 06:54:53 +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: b9175699-4c3a-4846-b79b-3e7d694c4196
X-Archives-Hash: 501cd68615c72256b978e4d9a7220073

commit:     1cb3b16208d5e74540e93ffe5b2e96dd65744702
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 06:49:54 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 06:49:54 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cb3b162

net-dialup/freeradius-client: Mark ~ppc64 (bug #563474).

Package-Manager: portage-2.2.23
RepoMan-Options: --ignore-arches

 net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
index a52c295..e4ae261 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 
 IUSE="scp shadow static-libs"