diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-10-23 10:22:49 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-10-23 11:25:04 -0500 |
commit | 4eadf61a19de977c7c3d27778b8db8ee496a9779 (patch) | |
tree | af7c483563c9e3c4c9913696ada0ddc84463c6f9 /mate-extra | |
parent | gnome-extra/nautilus-dropbox: drop x86 keywords (diff) | |
download | gentoo-4eadf61a19de977c7c3d27778b8db8ee496a9779.tar.gz gentoo-4eadf61a19de977c7c3d27778b8db8ee496a9779.tar.bz2 gentoo-4eadf61a19de977c7c3d27778b8db8ee496a9779.zip |
mate-extra/caja-dropbox: drop x86 keywords
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'mate-extra')
-rw-r--r-- | mate-extra/caja-dropbox/caja-dropbox-1.28.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-extra/caja-dropbox/caja-dropbox-1.28.0.ebuild b/mate-extra/caja-dropbox/caja-dropbox-1.28.0.ebuild index 9b6ccfeb5cb0..ece9b1374a61 100644 --- a/mate-extra/caja-dropbox/caja-dropbox-1.28.0.ebuild +++ b/mate-extra/caja-dropbox/caja-dropbox-1.28.0.ebuild @@ -10,7 +10,7 @@ inherit mate python-single-r1 linux-info MINOR=$(($(ver_cut 2) % 2)) if [[ ${MINOR} -eq 0 ]]; then - KEYWORDS="amd64 x86" + KEYWORDS="amd64" fi DESCRIPTION="Store, Sync and Share Files Online" |