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 D3CD01582EF for ; Sat, 08 Mar 2025 20:26:22 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A7D1F34308C for ; Sat, 08 Mar 2025 20:26:22 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E78CE11037D; Sat, 08 Mar 2025 20:26:17 +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 bobolink.gentoo.org (Postfix) with ESMTPS id DCCAF11037D for ; Sat, 08 Mar 2025 20:26:17 +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 9B7CC343014 for ; Sat, 08 Mar 2025 20:26:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC3AF289B for ; Sat, 08 Mar 2025 20:26:15 +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: <1741465552.6676f5f129f80bd9414d7821708ce3180bd8b587.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/hyprland-qtutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/hyprland-qtutils/hyprland-qtutils-0.1.1.ebuild X-VCS-Directories: gui-libs/hyprland-qtutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6676f5f129f80bd9414d7821708ce3180bd8b587 X-VCS-Branch: master Date: Sat, 08 Mar 2025 20:26:15 +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: 602b3c38-185a-4acd-aa54-3e445b0bf926 X-Archives-Hash: b745b8f616369a1ea438fe2ac233b4e6 commit: 6676f5f129f80bd9414d7821708ce3180bd8b587 Author: Sam James gentoo org> AuthorDate: Sat Mar 8 20:25:52 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 8 20:25:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6676f5f1 gui-libs/hyprland-qtutils: Stabilize 0.1.1 amd64, #950704 Signed-off-by: Sam James gentoo.org> gui-libs/hyprland-qtutils/hyprland-qtutils-0.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-libs/hyprland-qtutils/hyprland-qtutils-0.1.1.ebuild b/gui-libs/hyprland-qtutils/hyprland-qtutils-0.1.1.ebuild index baf02bec3fc7..aca952656e6f 100644 --- a/gui-libs/hyprland-qtutils/hyprland-qtutils-0.1.1.ebuild +++ b/gui-libs/hyprland-qtutils/hyprland-qtutils-0.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ DESCRIPTION="Hyprland QT/qml utility apps" HOMEPAGE="https://github.com/hyprwm/hyprland-qtutils" SRC_URI="https://github.com/hyprwm/${PN}/archive/refs/tags/v${PV}/v${PV}.tar.gz -> ${P}.gh.tar.gz" -KEYWORDS="~amd64" +KEYWORDS="amd64" LICENSE="BSD" SLOT="0"