From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 615FD138334 for ; Tue, 28 Aug 2018 12:18:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52C3DE0822; Tue, 28 Aug 2018 12:18:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11B01E0822 for ; Tue, 28 Aug 2018 12:18:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E23A0335D01 for ; Tue, 28 Aug 2018 12:18:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E52238D for ; Tue, 28 Aug 2018 12:17:58 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1535458657.bb07782d259b0220db1ff7dd324465a6691d2005.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/glm/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/glm/glm-0.9.9.0.ebuild X-VCS-Directories: media-libs/glm/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: bb07782d259b0220db1ff7dd324465a6691d2005 X-VCS-Branch: master Date: Tue, 28 Aug 2018 12:17:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d7b453b1-3d4a-483b-8168-64d809847680 X-Archives-Hash: 68e7519765833bf8998f1199761e28d4 commit: bb07782d259b0220db1ff7dd324465a6691d2005 Author: Tupone Alfredo gentoo org> AuthorDate: Tue Aug 28 12:17:37 2018 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Aug 28 12:17:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb07782d media-libs/glm: add ~ppc64 Closes: https://bugs.gentoo.org/664426 Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-libs/glm/glm-0.9.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/glm/glm-0.9.9.0.ebuild b/media-libs/glm/glm-0.9.9.0.ebuild index af2730d813f..8f93505e327 100644 --- a/media-libs/glm/glm-0.9.9.0.ebuild +++ b/media-libs/glm/glm-0.9.9.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/g-truc/glm/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( HappyBunny MIT )" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="test cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_avx cpu_flags_x86_avx2" RDEPEND="virtual/opengl"