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 81DFD1395E2 for ; Mon, 21 Nov 2016 20:19:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5E2EE0BB2; Mon, 21 Nov 2016 20:19:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A1057E0BB2 for ; Mon, 21 Nov 2016 20:19:41 +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 9DB66340FC1 for ; Mon, 21 Nov 2016 20:19:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14AB9498 for ; Mon, 21 Nov 2016 20:19:37 +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: <1479759572.9c90ce0e88ccb4a4c808abc90529a70651d24147.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/pps-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/pps-tools/pps-tools-0.0.20120407.ebuild X-VCS-Directories: net-misc/pps-tools/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 9c90ce0e88ccb4a4c808abc90529a70651d24147 X-VCS-Branch: master Date: Mon, 21 Nov 2016 20:19:37 +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: 0fb49b0d-b5cc-4faf-a2a9-7caef44d723d X-Archives-Hash: ab93c7bf5f6c385e5bde2ca6d0fe7d8a commit: 9c90ce0e88ccb4a4c808abc90529a70651d24147 Author: Jeroen Roovers gentoo org> AuthorDate: Mon Nov 21 20:18:29 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Nov 21 20:19:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c90ce0e net-misc/pps-tools: Mark ~ppc64 (bug #599048). Package-Manager: portage-2.3.2 RepoMan-Options: --ignore-arches net-misc/pps-tools/pps-tools-0.0.20120407.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/pps-tools/pps-tools-0.0.20120407.ebuild b/net-misc/pps-tools/pps-tools-0.0.20120407.ebuild index 87b2a0d..998fc3f 100644 --- a/net-misc/pps-tools/pps-tools-0.0.20120407.ebuild +++ b/net-misc/pps-tools/pps-tools-0.0.20120407.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/${GITHUB_USER}/${PN}/tarball/${PV_COMMIT} -> ${PN}-g LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~hppa x86" +KEYWORDS="amd64 ~hppa ~ppc64 x86" IUSE="" S="${WORKDIR}/${GITHUB_USER}-${PN}-${PV_COMMIT:0:7}"