diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-07-05 14:43:07 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-07-05 15:01:45 -0500 |
commit | fae2568c71de0d0603acca4a0e175f7a0b0821d3 (patch) | |
tree | 8e08c38cadecf03ada028674e5cb0fb306428bd9 /gui-libs | |
parent | sys-apps/bolt: 0.9.1 stable amd64/x86 with cleanup (diff) | |
download | gentoo-fae2568c71de0d0603acca4a0e175f7a0b0821d3.tar.gz gentoo-fae2568c71de0d0603acca4a0e175f7a0b0821d3.tar.bz2 gentoo-fae2568c71de0d0603acca4a0e175f7a0b0821d3.zip |
gui-libs/xdg-desktop-portal-wlr: 0.4.0 stable amd64/x86
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.4.0.ebuild b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.4.0.ebuild index 8642e22e21e1..6bf02b33d246 100644 --- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.4.0.ebuild +++ b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.4.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://github.com/emersion/${PN}/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm64 ~ppc64 x86" fi LICENSE="MIT" |