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 C4A4F13888F for ; Fri, 30 Oct 2015 06:20:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 817C7E07D2; 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 1C56FE07D2 for ; Fri, 30 Oct 2015 06:20:02 +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 68697340C0A for ; Fri, 30 Oct 2015 06:20:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B21D61AB7 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: <1446185989.cf64bbfa2276254f7d6036fe989fdd82be113680.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/liblas/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/liblas/liblas-1.8.0.ebuild X-VCS-Directories: sci-geosciences/liblas/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: cf64bbfa2276254f7d6036fe989fdd82be113680 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: 9c941454-2a08-4a0e-a546-87db85b242aa X-Archives-Hash: f856e5a857b615fc9c94e4685413394d commit: cf64bbfa2276254f7d6036fe989fdd82be113680 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Oct 30 06:15:14 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Oct 30 06:19:49 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf64bbfa sci-geosciences/liblas: Mark ~ppc64 (bug #563378). Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches sci-geosciences/liblas/liblas-1.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-geosciences/liblas/liblas-1.8.0.ebuild b/sci-geosciences/liblas/liblas-1.8.0.ebuild index 3c31b09..7434d76 100644 --- a/sci-geosciences/liblas/liblas-1.8.0.ebuild +++ b/sci-geosciences/liblas/liblas-1.8.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://download.osgeo.org/${PN}/libLAS-${PV}.tar.bz2" SLOT="0" LICENSE="BSD" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="gdal geotiff" REQUIRED_USE="gdal? ( geotiff )"