diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-01-18 22:23:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-19 10:50:08 +0000 |
commit | 8d31eb55e330a310a3edc48f4b9058589ac1df69 (patch) | |
tree | 93f072a2c8f1ac2b951180c27a13beac8bb5e2d3 /x11-wm | |
parent | x11-themes/mate-icon-theme: add myself as a maintainer (diff) | |
download | gentoo-8d31eb55e330a310a3edc48f4b9058589ac1df69.tar.gz gentoo-8d31eb55e330a310a3edc48f4b9058589ac1df69.tar.bz2 gentoo-8d31eb55e330a310a3edc48f4b9058589ac1df69.zip |
x11-wm/marco: ebuild clean up
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/marco/marco-1.27.0.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-wm/marco/marco-1.27.0.ebuild b/x11-wm/marco/marco-1.27.0.ebuild index c6772a965cf4..b01a21857287 100644 --- a/x11-wm/marco/marco-1.27.0.ebuild +++ b/x11-wm/marco/marco-1.27.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 - EAPI=8 +EAPI=8 MATE2_LA_PUNT="yes" @@ -10,8 +10,6 @@ inherit mate meson MINOR=$(($(ver_cut 2) % 2)) if [[ ${MINOR} -eq 0 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" -else - KEYWORDS="" fi DESCRIPTION="MATE default window manager" |