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 A158C1580B8 for ; Sat, 4 Mar 2023 06:29:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA7B4E0951; Sat, 4 Mar 2023 06:29:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 D0D80E0951 for ; Sat, 4 Mar 2023 06:29:20 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED3C6341176 for ; Sat, 4 Mar 2023 06:29:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85D298CA for ; Sat, 4 Mar 2023 06:29:18 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1677911348.912ff52b58eea021488b39f4507f03ae4908123a.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/glfw/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/glfw/glfw-3.3.8.ebuild X-VCS-Directories: media-libs/glfw/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 912ff52b58eea021488b39f4507f03ae4908123a X-VCS-Branch: master Date: Sat, 4 Mar 2023 06:29:18 +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: 9573b411-c421-4ebd-b751-bdf6045bf87b X-Archives-Hash: 24400dd2c7e2a06c2dc2abf63a5fddad commit: 912ff52b58eea021488b39f4507f03ae4908123a Author: Arthur Zamarin gentoo org> AuthorDate: Sat Mar 4 06:29:08 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Mar 4 06:29:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912ff52b media-libs/glfw: Stabilize 3.3.8 x86, #899430 Signed-off-by: Arthur Zamarin gentoo.org> media-libs/glfw/glfw-3.3.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/glfw/glfw-3.3.8.ebuild b/media-libs/glfw/glfw-3.3.8.ebuild index 32cac19f8453..3de63208a1fb 100644 --- a/media-libs/glfw/glfw-3.3.8.ebuild +++ b/media-libs/glfw/glfw-3.3.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/glfw/glfw/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv x86" IUSE="wayland-only" RDEPEND="