From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EE26A1384B4 for ; Sat, 19 Dec 2015 06:18:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FA3C21C01C; Sat, 19 Dec 2015 06:18:56 +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 1AB4C21C01C for ; Sat, 19 Dec 2015 06:18:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2253634072E for ; Sat, 19 Dec 2015 06:18:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BB71A91 for ; Sat, 19 Dec 2015 06:18:49 +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: <1450505735.e65dac676a7c43f29f17161eb100b59a69f8491e.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/eudev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/eudev/eudev-3.1.5.ebuild X-VCS-Directories: sys-fs/eudev/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: e65dac676a7c43f29f17161eb100b59a69f8491e X-VCS-Branch: master Date: Sat, 19 Dec 2015 06:18:49 +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: f2cbef82-c030-4663-b607-b550b0505153 X-Archives-Hash: e4e357302713785b28322a0fa50f1460 commit: e65dac676a7c43f29f17161eb100b59a69f8491e Author: Jeroen Roovers gentoo org> AuthorDate: Sat Dec 19 06:15:35 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Dec 19 06:15:35 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e65dac67 sys-fs/eudev: Stable for PPC64 (bug #568082). Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches sys-fs/eudev/eudev-3.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/eudev/eudev-3.1.5.ebuild b/sys-fs/eudev/eudev-3.1.5.ebuild index e8313be..25f0d21 100644 --- a/sys-fs/eudev/eudev-3.1.5.ebuild +++ b/sys-fs/eudev/eudev-3.1.5.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-2 else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" - KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" + KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86" fi DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)"