From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 898B0158091 for ; Mon, 23 Jun 2025 09:47:23 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 75820341646 for ; Mon, 23 Jun 2025 09:47:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 72490110552; Mon, 23 Jun 2025 09:47:20 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5DBF1110552 for ; Mon, 23 Jun 2025 09:47: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16F713415DA for ; Mon, 23 Jun 2025 09:47:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84E382A6F for ; Mon, 23 Jun 2025 09:47:18 +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: <1750671966.f6454d2e6cbe8cc424fa0d07e5ec3a11ae876286.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/hyprland/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-wm/hyprland/hyprland-0.49.0.ebuild X-VCS-Directories: gui-wm/hyprland/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f6454d2e6cbe8cc424fa0d07e5ec3a11ae876286 X-VCS-Branch: master Date: Mon, 23 Jun 2025 09:47: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: 25f3320e-169a-4497-b647-4750dc697992 X-Archives-Hash: cb302ad14ecd123744674f42f4140568 commit: f6454d2e6cbe8cc424fa0d07e5ec3a11ae876286 Author: Sam James gentoo org> AuthorDate: Mon Jun 23 09:46:06 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 23 09:46:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6454d2e gui-wm/hyprland: Stabilize 0.49.0 amd64, #958853 Signed-off-by: Sam James gentoo.org> gui-wm/hyprland/hyprland-0.49.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-wm/hyprland/hyprland-0.49.0.ebuild b/gui-wm/hyprland/hyprland-0.49.0.ebuild index 4b46bc1ce0ac..5a72b24221f5 100644 --- a/gui-wm/hyprland/hyprland-0.49.0.ebuild +++ b/gui-wm/hyprland/hyprland-0.49.0.ebuild @@ -15,7 +15,7 @@ else SRC_URI="https://github.com/hyprwm/${PN^}/releases/download/v${PV}/source-v${PV}.tar.gz -> ${P}.gh.tar.gz" S="${WORKDIR}/${PN}-source" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi LICENSE="BSD"