commit: d4261c7c4df52e5fa8b7f4ee341d7e5e456d9d87 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Fri Mar 23 00:01:17 2018 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Fri Mar 23 00:01:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4261c7c
media-libs/waffle: keyworded 1.5.2 for ppc64, bug #651152 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64" media-libs/waffle/waffle-1.5.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/waffle/waffle-1.5.2.ebuild b/media-libs/waffle/waffle-1.5.2.ebuild index 12158551047..c5ae78b0035 100644 --- a/media-libs/waffle/waffle-1.5.2.ebuild +++ b/media-libs/waffle/waffle-1.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -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="" + KEYWORDS="~ppc64" else SRC_URI="https://people.freedesktop.org/~chadversary/${PN}/files/release/${P}/${P}.tar.xz" - KEYWORDS="amd64 arm x86" + KEYWORDS="amd64 arm ~ppc64 x86" fi LICENSE="BSD-2"
