summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jordan <immoloism@gmail.com>2024-01-11 12:43:19 +0000
committerSam James <sam@gentoo.org>2024-01-19 10:49:38 +0000
commitc90d4443dff034d99ba32f95f5df7dbc71f90554 (patch)
tree342d5fe5461acfe4e152ddc719a857f8affdb985 /x11-terms
parentx11-themes/mate-icon-theme: ebuild clean up (diff)
downloadgentoo-c90d4443dff034d99ba32f95f5df7dbc71f90554.tar.gz
gentoo-c90d4443dff034d99ba32f95f5df7dbc71f90554.tar.bz2
gentoo-c90d4443dff034d99ba32f95f5df7dbc71f90554.zip
x11-terms/mate-terminal: ebuild clean up
Signed-off-by: Ian Jordan <immoloism@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/mate-terminal/mate-terminal-1.27.1.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/x11-terms/mate-terminal/mate-terminal-1.27.1.ebuild b/x11-terms/mate-terminal/mate-terminal-1.27.1.ebuild
index 3560509133f9..7e7071583457 100644
--- a/x11-terms/mate-terminal/mate-terminal-1.27.1.ebuild
+++ b/x11-terms/mate-terminal/mate-terminal-1.27.1.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="The MATE Terminal"
LICENSE="FDL-1.1+ GPL-3+ LGPL-3+"
SLOT="0"
-IUSE=""
-
COMMON_DEPEND="
>=app-accessibility/at-spi2-core-2.46.0
>=dev-libs/glib-2.50:2
@@ -38,7 +34,6 @@ RDEPEND="${COMMON_DEPEND}
BDEPEND="${COMMON_DEPEND}
app-text/rarian
- >=app-text/scrollkeeper-dtd-1:1.0
app-text/yelp-tools
dev-util/glib-utils
>=sys-devel/gettext-0.19.8