diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-01-18 20:28:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-19 10:49:47 +0000 |
commit | f7f46549ba0d921aca8eff7cd474b3185d84f9fd (patch) | |
tree | 9eb1f6d1f051ca1d2aac60a40780c43bd05f184b /mate-extra | |
parent | mate-extra/caja-actions: update EAPI 7 -> 8 (diff) | |
download | gentoo-f7f46549ba0d921aca8eff7cd474b3185d84f9fd.tar.gz gentoo-f7f46549ba0d921aca8eff7cd474b3185d84f9fd.tar.bz2 gentoo-f7f46549ba0d921aca8eff7cd474b3185d84f9fd.zip |
mate-extra/caja-actions: ebuild tidy up
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mate-extra')
-rw-r--r-- | mate-extra/caja-actions/caja-actions-1.27.0.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mate-extra/caja-actions/caja-actions-1.27.0.ebuild b/mate-extra/caja-actions/caja-actions-1.27.0.ebuild index b6b033a0fa4b..68ee4015cebd 100644 --- a/mate-extra/caja-actions/caja-actions-1.27.0.ebuild +++ b/mate-extra/caja-actions/caja-actions-1.27.0.ebuild @@ -10,8 +10,6 @@ inherit mate MINOR=$(($(ver_cut 2) % 2)) if [[ ${MINOR} -eq 0 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" -else - KEYWORDS="" fi DESCRIPTION="Caja Actions" |