diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-01-18 20:50:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-19 10:49:51 +0000 |
commit | d429c60313bc177981af848cf6dca3a20d71f1c3 (patch) | |
tree | e03f26dbd807844eb882462349d573578790f632 /mate-extra | |
parent | mate-extra/mate-calc: add myself as a maintainer (diff) | |
download | gentoo-d429c60313bc177981af848cf6dca3a20d71f1c3.tar.gz gentoo-d429c60313bc177981af848cf6dca3a20d71f1c3.tar.bz2 gentoo-d429c60313bc177981af848cf6dca3a20d71f1c3.zip |
mate-extra/mate-indicator-applet: ebuild clean 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/mate-indicator-applet/mate-indicator-applet-1.27.0.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.27.0.ebuild b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.27.0.ebuild index 231761de46d5..6250dfba56cf 100644 --- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.27.0.ebuild +++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.27.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,16 +8,12 @@ inherit mate MINOR=$(($(ver_cut 2) % 2)) if [[ ${MINOR} -eq 0 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" -else - KEYWORDS="" fi DESCRIPTION="MATE indicator applet" LICENSE="GPL-3 GPL-3+ LGPL-2+ LGPL-3+" SLOT="0" -IUSE="" - COMMON_DEPEND=" dev-libs/libayatana-indicator:3 >=mate-base/mate-panel-1.17.0 |