diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-23 00:01:17 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-23 00:01:17 +0000 |
commit | d4261c7c4df52e5fa8b7f4ee341d7e5e456d9d87 (patch) | |
tree | 8337f43bb5817c36d26a425d366422ff2a6a8daf /media-libs | |
parent | sys-block/open-isns: stable 0.98 for ppc64, bug #643122 (diff) | |
download | gentoo-d4261c7c4df52e5fa8b7f4ee341d7e5e456d9d87.tar.gz gentoo-d4261c7c4df52e5fa8b7f4ee341d7e5e456d9d87.tar.bz2 gentoo-d4261c7c4df52e5fa8b7f4ee341d7e5e456d9d87.zip |
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"
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/waffle/waffle-1.5.2.ebuild | 6 |
1 files 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 121585510472..c5ae78b00350 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" |