diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-06-18 08:26:06 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-06-18 08:26:06 +0200 |
commit | f1460422ba75bbac01d4a77a2ad57e727b1adc62 (patch) | |
tree | 3d06c8f1d956de8163eb44b72fb9f116f788f469 /gui-apps/wayland-logout | |
parent | dev-python/thrift: amd64 stable wrt bug #770145 (diff) | |
download | gentoo-f1460422ba75bbac01d4a77a2ad57e727b1adc62.tar.gz gentoo-f1460422ba75bbac01d4a77a2ad57e727b1adc62.tar.bz2 gentoo-f1460422ba75bbac01d4a77a2ad57e727b1adc62.zip |
gui-apps/wayland-logout: 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/wayland-logout')
-rw-r--r-- | gui-apps/wayland-logout/wayland-logout-1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/wayland-logout/wayland-logout-1.4.ebuild b/gui-apps/wayland-logout/wayland-logout-1.4.ebuild index d29f95b176ff..271d37c52396 100644 --- a/gui-apps/wayland-logout/wayland-logout-1.4.ebuild +++ b/gui-apps/wayland-logout/wayland-logout-1.4.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/soreau/wayland-logout" else SRC_URI="https://github.com/soreau/wayland-logout/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 ~x86" fi LICENSE="MIT" |