From: Sergei Trofimovich Date: Sun, 25 Mar 2018 20:12:06 +0000 (+0100) Subject: media-libs/waffle: keyworded 1.5.2 for ppc, bug #651152 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=699133bcb84c6ef569a3c3b58079c41f44044497;p=gentoo.git media-libs/waffle: keyworded 1.5.2 for ppc, bug #651152 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc" --- diff --git a/media-libs/waffle/waffle-1.5.2.ebuild b/media-libs/waffle/waffle-1.5.2.ebuild index c5ae78b00350..140bb05b121d 100644 --- a/media-libs/waffle/waffle-1.5.2.ebuild +++ b/media-libs/waffle/waffle-1.5.2.ebuild @@ -15,10 +15,10 @@ DESCRIPTION="Library that allows selection of GL API and of window system at run HOMEPAGE="https://people.freedesktop.org/~chadversary/waffle/" if [[ $PV = 9999* ]]; then - KEYWORDS="~ppc64" + KEYWORDS="~ppc ~ppc64" else SRC_URI="https://people.freedesktop.org/~chadversary/${PN}/files/release/${P}/${P}.tar.xz" - KEYWORDS="amd64 arm ~ppc64 x86" + KEYWORDS="amd64 arm ~ppc ~ppc64 x86" fi LICENSE="BSD-2"