diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-01 20:02:04 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-01 20:02:04 +0000 |
commit | 613ac37adca39163876e5d3ac3fdf5e6a5985b80 (patch) | |
tree | aa606d09a6d12c7cc27c89695e8a1f82a2c626c1 /gui-wm | |
parent | dev-perl/App-cpanminus: Stabilize 1.704.700 ppc, #914406 (diff) | |
download | gentoo-613ac37adca39163876e5d3ac3fdf5e6a5985b80.tar.gz gentoo-613ac37adca39163876e5d3ac3fdf5e6a5985b80.tar.bz2 gentoo-613ac37adca39163876e5d3ac3fdf5e6a5985b80.zip |
gui-wm/wayfire: Stabilize 0.7.5-r1 amd64, #918978
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/wayfire/wayfire-0.7.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/wayfire/wayfire-0.7.5-r1.ebuild b/gui-wm/wayfire/wayfire-0.7.5-r1.ebuild index 7f3bce722041..d2d80d37344a 100644 --- a/gui-wm/wayfire/wayfire-0.7.5-r1.ebuild +++ b/gui-wm/wayfire/wayfire-0.7.5-r1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git" else SRC_URI="https://github.com/WayfireWM/${PN}/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~riscv ~x86" + KEYWORDS="amd64 ~arm64 ~riscv ~x86" fi LICENSE="MIT" |