Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/wayfire/
Date: Mon, 13 Sep 2021 07:28:20
Message-Id: 1631518088.8c84e1af45c9d0453867347c74706ea422c0d2b3.juippis@gentoo
1 commit: 8c84e1af45c9d0453867347c74706ea422c0d2b3
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 13 07:26:50 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 13 07:28:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c84e1af
7
8 gui-wm/wayfire: stabilize 0.7.2 for amd64
9
10 Closes: https://bugs.gentoo.org/811888
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 gui-wm/wayfire/wayfire-0.7.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/gui-wm/wayfire/wayfire-0.7.2.ebuild b/gui-wm/wayfire/wayfire-0.7.2.ebuild
17 index 15d00602b19..91bd59b30f0 100644
18 --- a/gui-wm/wayfire/wayfire-0.7.2.ebuild
19 +++ b/gui-wm/wayfire/wayfire-0.7.2.ebuild
20 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
21 EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git"
22 else
23 SRC_URI="https://github.com/WayfireWM/${PN}/releases/download/v${PV}/${P}.tar.xz"
24 - KEYWORDS="~amd64 ~arm64 ~x86"
25 + KEYWORDS="amd64 ~arm64 ~x86"
26 fi
27
28 LICENSE="MIT"