diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-10-10 09:13:29 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-10-10 09:14:19 +0300 |
commit | c3fd3583f9e62d917154a11f98111e071a73d15f (patch) | |
tree | d346602f8dda5377b26fba31f5be3ffa13b75bb2 /gui-apps | |
parent | dev-libs/date: Stabilize 3.0.0 amd64, #915324 (diff) | |
download | gentoo-c3fd3583f9e62d917154a11f98111e071a73d15f.tar.gz gentoo-c3fd3583f9e62d917154a11f98111e071a73d15f.tar.bz2 gentoo-c3fd3583f9e62d917154a11f98111e071a73d15f.zip |
gui-apps/waybar: Stabilize 0.9.22 amd64, #915324
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/waybar/waybar-0.9.22.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/waybar/waybar-0.9.22.ebuild b/gui-apps/waybar/waybar-0.9.22.ebuild index 8fcd80c7603f..06c04d98bc88 100644 --- a/gui-apps/waybar/waybar-0.9.22.ebuild +++ b/gui-apps/waybar/waybar-0.9.22.ebuild @@ -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 |