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 936F9158041 for ; Sun, 17 Mar 2024 08:26:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7A4AE29B0; Sun, 17 Mar 2024 08:26:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 98A2AE29B0 for ; Sun, 17 Mar 2024 08:26:42 +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 CF66733BDEF for ; Sun, 17 Mar 2024 08:26:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DCCF14E1 for ; Sun, 17 Mar 2024 08:26:40 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1710663985.886841873601db2967975a277800b6e5b984cdd5.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/waybar/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/waybar/waybar-0.9.24.ebuild X-VCS-Directories: gui-apps/waybar/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 886841873601db2967975a277800b6e5b984cdd5 X-VCS-Branch: master Date: Sun, 17 Mar 2024 08:26:40 +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: 2349ab7e-207c-4d74-b45d-96ce32512784 X-Archives-Hash: 27609209016444ce9c882c81057503e2 commit: 886841873601db2967975a277800b6e5b984cdd5 Author: Joonas Niilola gentoo org> AuthorDate: Sun Mar 17 08:26:25 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Mar 17 08:26:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88684187 gui-apps/waybar: Stabilize 0.9.24 amd64, #927144 Signed-off-by: Joonas Niilola gentoo.org> gui-apps/waybar/waybar-0.9.24.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-apps/waybar/waybar-0.9.24.ebuild b/gui-apps/waybar/waybar-0.9.24.ebuild index bf1a1e03d3d5..ecd1b61c4c4a 100644 --- a/gui-apps/waybar/waybar-0.9.24.ebuild +++ b/gui-apps/waybar/waybar-0.9.24.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/Alexays/${PN^}.git" else SRC_URI="https://github.com/Alexays/${PN^}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="amd64" S="${WORKDIR}/${PN^}-${PV}" fi