diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-06-18 08:26:10 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-06-18 08:26:10 +0200 |
commit | deaffdd0a1ffa76607cbb087741a214cc67857fe (patch) | |
tree | e2fd74955c6b072648145fe18155b8a2e1ef6773 /gui-apps | |
parent | gui-apps/wayland-logout: amd64 stable wrt bug #771246 (diff) | |
download | gentoo-deaffdd0a1ffa76607cbb087741a214cc67857fe.tar.gz gentoo-deaffdd0a1ffa76607cbb087741a214cc67857fe.tar.bz2 gentoo-deaffdd0a1ffa76607cbb087741a214cc67857fe.zip |
gui-apps/wcm: amd64 stable wrt bug #771246
Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/wcm/wcm-0.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/wcm/wcm-0.7.0.ebuild b/gui-apps/wcm/wcm-0.7.0.ebuild index 9f49e9cfad09..eae55541a77d 100644 --- a/gui-apps/wcm/wcm-0.7.0.ebuild +++ b/gui-apps/wcm/wcm-0.7.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/WayfireWM/wcm.git" else SRC_URI="https://github.com/WayfireWM/wcm/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 ~x86" fi LICENSE="MIT" |