Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/glm/
Date: Tue, 28 Aug 2018 12:18:05
Message-Id: 1535458657.bb07782d259b0220db1ff7dd324465a6691d2005.tupone@gentoo
1 commit: bb07782d259b0220db1ff7dd324465a6691d2005
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 28 12:17:37 2018 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 28 12:17:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb07782d
7
8 media-libs/glm: add ~ppc64
9
10 Closes: https://bugs.gentoo.org/664426
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12
13 media-libs/glm/glm-0.9.9.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-libs/glm/glm-0.9.9.0.ebuild b/media-libs/glm/glm-0.9.9.0.ebuild
17 index af2730d813f..8f93505e327 100644
18 --- a/media-libs/glm/glm-0.9.9.0.ebuild
19 +++ b/media-libs/glm/glm-0.9.9.0.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/g-truc/glm/archive/${PV}.tar.gz -> ${P}.tar.gz"
21
22 LICENSE="|| ( HappyBunny MIT )"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
25 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
26 IUSE="test cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_avx cpu_flags_x86_avx2"
27
28 RDEPEND="virtual/opengl"