diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-09-13 10:26:50 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-09-13 10:28:08 +0300 |
commit | 8c84e1af45c9d0453867347c74706ea422c0d2b3 (patch) | |
tree | 8b06f1e567b4aeffcaacb870c3c0a5f4c789c50d /gui-wm/wayfire | |
parent | gui-wm/wayfire: add X? ( x11-base/xwayland ) dep (diff) | |
download | gentoo-8c84e1af45c9d0453867347c74706ea422c0d2b3.tar.gz gentoo-8c84e1af45c9d0453867347c74706ea422c0d2b3.tar.bz2 gentoo-8c84e1af45c9d0453867347c74706ea422c0d2b3.zip |
gui-wm/wayfire: stabilize 0.7.2 for amd64
Closes: https://bugs.gentoo.org/811888
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'gui-wm/wayfire')
-rw-r--r-- | gui-wm/wayfire/wayfire-0.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/wayfire/wayfire-0.7.2.ebuild b/gui-wm/wayfire/wayfire-0.7.2.ebuild index 15d00602b193..91bd59b30f01 100644 --- a/gui-wm/wayfire/wayfire-0.7.2.ebuild +++ b/gui-wm/wayfire/wayfire-0.7.2.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 ~x86" + KEYWORDS="amd64 ~arm64 ~x86" fi LICENSE="MIT" |