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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DADC0158086 for ; Wed, 17 Nov 2021 22:55:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFCA9E08E5; Wed, 17 Nov 2021 22:55:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AAB50E08E5 for ; Wed, 17 Nov 2021 22:55:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95877342C2B for ; Wed, 17 Nov 2021 22:55:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15FB81C8 for ; Wed, 17 Nov 2021 22:55:49 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1637189682.d5e12e7fdcfc9eec1ae124b025513edee52b919f.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libepoxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libepoxy/libepoxy-1.5.9-r1.ebuild X-VCS-Directories: media-libs/libepoxy/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: d5e12e7fdcfc9eec1ae124b025513edee52b919f X-VCS-Branch: master Date: Wed, 17 Nov 2021 22:55:49 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ab9615d8-7ec6-4552-97d4-58f1996b9365 X-Archives-Hash: 2c6c3a5aada8f4e11d661dc9a835d528 commit: d5e12e7fdcfc9eec1ae124b025513edee52b919f Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Nov 17 21:24:37 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Nov 17 22:54:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e12e7f media-libs/libepoxy: Stabilize 1.5.9-r1 ppc64, #822339 Signed-off-by: Georgy Yakovlev gentoo.org> media-libs/libepoxy/libepoxy-1.5.9-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libepoxy/libepoxy-1.5.9-r1.ebuild b/media-libs/libepoxy/libepoxy-1.5.9-r1.ebuild index bf50c2babd6f..0ff0d579c605 100644 --- a/media-libs/libepoxy/libepoxy-1.5.9-r1.ebuild +++ b/media-libs/libepoxy/libepoxy-1.5.9-r1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/anholt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" fi DESCRIPTION="Library for handling OpenGL function pointer management"