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 0C64815803E for ; Thu, 4 Jan 2024 10:02:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6C812BC01F; Thu, 4 Jan 2024 10:02:45 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACFF62BC01F for ; Thu, 4 Jan 2024 10:02:45 +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 A85B534307F for ; Thu, 4 Jan 2024 10:02:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F033A14AB for ; Thu, 4 Jan 2024 10:02:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1704362532.4ade96da231e82f15fce29a071ba61f7f095d412.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/wlroots/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/wlroots/wlroots-0.17.0.ebuild X-VCS-Directories: gui-libs/wlroots/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4ade96da231e82f15fce29a071ba61f7f095d412 X-VCS-Branch: master Date: Thu, 4 Jan 2024 10:02:42 +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: 060062f6-2886-4cc5-8766-ac4971187e83 X-Archives-Hash: c0f8378b5a9629fd53978326db5dc255 commit: 4ade96da231e82f15fce29a071ba61f7f095d412 Author: Sam James gentoo org> AuthorDate: Thu Jan 4 10:02:12 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 4 10:02:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ade96da gui-libs/wlroots: Stabilize 0.17.0 x86, #921307 Signed-off-by: Sam James gentoo.org> gui-libs/wlroots/wlroots-0.17.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-libs/wlroots/wlroots-0.17.0.ebuild b/gui-libs/wlroots/wlroots-0.17.0.ebuild index eb38882c48d9..d514d47330a3 100644 --- a/gui-libs/wlroots/wlroots-0.17.0.ebuild +++ b/gui-libs/wlroots/wlroots-0.17.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then SLOT="0/9999" else SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/releases/${PV}/downloads/${P}.tar.gz" - KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86" SLOT="0/$(ver_cut 2)" fi