diff options
author | Sam James <sam@gentoo.org> | 2024-01-21 05:04:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-21 05:04:26 +0000 |
commit | f26918f5f5b155a491109947ab90cae935f74166 (patch) | |
tree | df09a569aa3206a00e04491038803d9bf93b0ba3 /gui-libs/wf-config | |
parent | gui-libs/wayfire-plugins-extra: Stabilize 0.8.0 amd64, #922537 (diff) | |
download | gentoo-f26918f5f5b155a491109947ab90cae935f74166.tar.gz gentoo-f26918f5f5b155a491109947ab90cae935f74166.tar.bz2 gentoo-f26918f5f5b155a491109947ab90cae935f74166.zip |
gui-libs/wf-config: Stabilize 0.8.0 amd64, #922537
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs/wf-config')
-rw-r--r-- | gui-libs/wf-config/wf-config-0.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/wf-config/wf-config-0.8.0.ebuild b/gui-libs/wf-config/wf-config-0.8.0.ebuild index 7b926700d33b..18fc511a6c83 100644 --- a/gui-libs/wf-config/wf-config-0.8.0.ebuild +++ b/gui-libs/wf-config/wf-config-0.8.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then SLOT="0/9999" else SRC_URI="https://github.com/WayfireWM/wf-config/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~riscv ~x86" + KEYWORDS="amd64 ~arm64 ~riscv ~x86" SLOT="0/$(ver_cut 1-2)" fi |