diff options
author | Sam James <sam@gentoo.org> | 2024-01-21 05:04:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-21 05:04:25 +0000 |
commit | 11460f04a2c95f52d3e95a333da62125923acacf (patch) | |
tree | befc5bf1c83deeb4340436542bee794dcb31a1c2 /gui-libs/wayfire-plugins-extra | |
parent | media-tv/kodi: add documentation to metadata (diff) | |
download | gentoo-11460f04a2c95f52d3e95a333da62125923acacf.tar.gz gentoo-11460f04a2c95f52d3e95a333da62125923acacf.tar.bz2 gentoo-11460f04a2c95f52d3e95a333da62125923acacf.zip |
gui-libs/wayfire-plugins-extra: Stabilize 0.8.0 amd64, #922537
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs/wayfire-plugins-extra')
-rw-r--r-- | gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild index 245409005bf2..dc283f591171 100644 --- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild +++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then SLOT="0/9999" else SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 ~x86" SLOT="0/$(ver_cut 1-2)" fi |