diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-04-13 19:34:50 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-04-13 19:34:50 +0200 |
commit | de2e8db4d338ae3c1547c4a761ccf17ea071d721 (patch) | |
tree | 1dcf1273b194edd3253c3fa473c1370204cbba75 /gui-wm | |
parent | media-sound/zita-ajbridge: fixup einstalldocs (diff) | |
download | guru-de2e8db4d338ae3c1547c4a761ccf17ea071d721.tar.gz guru-de2e8db4d338ae3c1547c4a761ccf17ea071d721.tar.bz2 guru-de2e8db4d338ae3c1547c4a761ccf17ea071d721.zip |
gui-wm/wayfire: remove arm keyword, dep does not have it
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/wayfire/wayfire-0.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/wayfire/wayfire-0.4.0.ebuild b/gui-wm/wayfire/wayfire-0.4.0.ebuild index 21f3f20dd..01cbee022 100644 --- a/gui-wm/wayfire/wayfire-0.4.0.ebuild +++ b/gui-wm/wayfire/wayfire-0.4.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then KEYWORDS="" else SRC_URI="https://github.com/WayfireWM/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~x86" fi LICENSE="MIT" |