diff options
author | 2024-04-07 13:48:16 +0100 | |
---|---|---|
committer | 2024-04-09 20:28:48 +0300 | |
commit | be0f13c597216f40a5e2fa6f03d31e2065041511 (patch) | |
tree | 7daad78f392f243cd5a4890bfef68b65b8a7e563 /x11-misc/mate-notification-daemon | |
parent | mate-base/mate-control-center: drop uneeded patch (diff) | |
download | gentoo-be0f13c597216f40a5e2fa6f03d31e2065041511.tar.gz gentoo-be0f13c597216f40a5e2fa6f03d31e2065041511.tar.bz2 gentoo-be0f13c597216f40a5e2fa6f03d31e2065041511.zip |
x11-misc/mate-notification-daemon: ebuild clean up
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-misc/mate-notification-daemon')
-rw-r--r-- | x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.0.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.0.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.0.ebuild index 7154947118de..a1e84c301f57 100644 --- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.0.ebuild +++ b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.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="MATE Notification daemon" |