diff options
author | Michael Weber <xmw@gentoo.org> | 2017-05-24 09:03:07 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-05-24 09:06:21 +0200 |
commit | 8fcb6636f61220dc784b4b4ccf2dc54ed60597df (patch) | |
tree | 8091b06ed2f788cdf0242477d5138599186395fb /sci-geosciences/laszip | |
parent | sci-geosciences/grass: add ~ppc keyword (bug 563378) (diff) | |
download | gentoo-8fcb6636f61220dc784b4b4ccf2dc54ed60597df.tar.gz gentoo-8fcb6636f61220dc784b4b4ccf2dc54ed60597df.tar.bz2 gentoo-8fcb6636f61220dc784b4b4ccf2dc54ed60597df.zip |
sci-geosciences/laszip: add ~ppc keyword (bug 563378)
Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
Diffstat (limited to 'sci-geosciences/laszip')
-rw-r--r-- | sci-geosciences/laszip/laszip-2.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-geosciences/laszip/laszip-2.2.0.ebuild b/sci-geosciences/laszip/laszip-2.2.0.ebuild index c580fac4fcc8..8c1380122642 100644 --- a/sci-geosciences/laszip/laszip-2.2.0.ebuild +++ b/sci-geosciences/laszip/laszip-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/LASzip/LASzip/releases/download/v${PV}/${PN}-src-${P SLOT="0" LICENSE="LGPL-2.1+" -KEYWORDS="amd64 ~ppc64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" S="${WORKDIR}/${PN}-src-${PV}" |