diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-03-17 10:26:25 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-03-17 10:26:25 +0200 |
commit | 886841873601db2967975a277800b6e5b984cdd5 (patch) | |
tree | 88e3d91a38ecd8df3cbc5d9ef2f9a3666d2964e2 /gui-apps | |
parent | dev-libs/nss: fix 3.90.2esr on arm64 with an upstream patch (diff) | |
download | gentoo-886841873601db2967975a277800b6e5b984cdd5.tar.gz gentoo-886841873601db2967975a277800b6e5b984cdd5.tar.bz2 gentoo-886841873601db2967975a277800b6e5b984cdd5.zip |
gui-apps/waybar: Stabilize 0.9.24 amd64, #927144
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/waybar/waybar-0.9.24.ebuild | 4 |
1 files 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 |