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 3749E13888F for ; Fri, 30 Oct 2015 06:20:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78083E07B2; Fri, 30 Oct 2015 06:20:02 +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 15346E07B2 for ; Fri, 30 Oct 2015 06:20:00 +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 E56AF340C50 for ; Fri, 30 Oct 2015 06:19:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DD251AB5 for ; Fri, 30 Oct 2015 06:19:57 +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: <1446185978.5e08e2ee75b8e264151e56cf78c021f16fdabf71.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/laszip/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/laszip/laszip-2.2.0.ebuild X-VCS-Directories: sci-geosciences/laszip/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 5e08e2ee75b8e264151e56cf78c021f16fdabf71 X-VCS-Branch: master Date: Fri, 30 Oct 2015 06:19:57 +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: 9d173391-17d4-4cdc-862e-456138343c8a X-Archives-Hash: 2bc4ef692d52741f7673860a9d4240db commit: 5e08e2ee75b8e264151e56cf78c021f16fdabf71 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Oct 30 05:35:27 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Oct 30 06:19:38 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e08e2ee sci-geosciences/laszip: Mark ~ppc64 (bug #563378). Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches sci-geosciences/laszip/laszip-2.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-geosciences/laszip/laszip-2.2.0.ebuild b/sci-geosciences/laszip/laszip-2.2.0.ebuild index 0003ae6..9964781 100644 --- a/sci-geosciences/laszip/laszip-2.2.0.ebuild +++ b/sci-geosciences/laszip/laszip-2.2.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/LASzip/LASzip/releases/download/v${PV}/${PN}-src-${P SLOT="0" LICENSE="LGPL-2.1+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" S="${WORKDIR}/${PN}-src-${PV}"