Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/waffle/
Date: Fri, 23 Mar 2018 00:02:21
Message-Id: 1521763277.d4261c7c4df52e5fa8b7f4ee341d7e5e456d9d87.slyfox@gentoo
1 commit: d4261c7c4df52e5fa8b7f4ee341d7e5e456d9d87
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 23 00:01:17 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 23 00:01:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4261c7c
7
8 media-libs/waffle: keyworded 1.5.2 for ppc64, bug #651152
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 RepoMan-Options: --include-arches="ppc64"
12
13 media-libs/waffle/waffle-1.5.2.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/media-libs/waffle/waffle-1.5.2.ebuild b/media-libs/waffle/waffle-1.5.2.ebuild
17 index 12158551047..c5ae78b0035 100644
18 --- a/media-libs/waffle/waffle-1.5.2.ebuild
19 +++ b/media-libs/waffle/waffle-1.5.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -15,10 +15,10 @@ DESCRIPTION="Library that allows selection of GL API and of window system at run
27 HOMEPAGE="https://people.freedesktop.org/~chadversary/waffle/"
28
29 if [[ $PV = 9999* ]]; then
30 - KEYWORDS=""
31 + KEYWORDS="~ppc64"
32 else
33 SRC_URI="https://people.freedesktop.org/~chadversary/${PN}/files/release/${P}/${P}.tar.xz"
34 - KEYWORDS="amd64 arm x86"
35 + KEYWORDS="amd64 arm ~ppc64 x86"
36 fi
37
38 LICENSE="BSD-2"