summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jordan <immoloism@gmail.com>2024-04-06 17:28:42 +0100
committerArthur Zamarin <arthurzam@gentoo.org>2024-04-09 20:28:46 +0300
commit8fb572e7bba3573b5fc21c5d3abf1f337e0a3460 (patch)
tree52457836f002f67594aff169f1f8c7301f1b97a7 /mate-extra
parentmate-extra/mate-system-monitor: add 1.28.0 (diff)
downloadgentoo-8fb572e7bba3573b5fc21c5d3abf1f337e0a3460.tar.gz
gentoo-8fb572e7bba3573b5fc21c5d3abf1f337e0a3460.tar.bz2
gentoo-8fb572e7bba3573b5fc21c5d3abf1f337e0a3460.zip
mate-extra/calc: fix ebuild
Signed-off-by: Ian Jordan <immoloism@gmail.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'mate-extra')
-rw-r--r--mate-extra/caja-admin/caja-admin-0.0.5.ebuild3
-rw-r--r--mate-extra/mate-calc/mate-calc-1.28.0.ebuild4
2 files changed, 1 insertions, 6 deletions
diff --git a/mate-extra/caja-admin/caja-admin-0.0.5.ebuild b/mate-extra/caja-admin/caja-admin-0.0.5.ebuild
index ad9d5314dead..05ed60dabb26 100644
--- a/mate-extra/caja-admin/caja-admin-0.0.5.ebuild
+++ b/mate-extra/caja-admin/caja-admin-0.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,7 +20,6 @@ HOMEPAGE="https://github.com/infirit/caja-admin"
LICENSE="GPL-3+"
SLOT="0"
-IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
COMMON_DEPEND="${PYTHON_DEPS}"
diff --git a/mate-extra/mate-calc/mate-calc-1.28.0.ebuild b/mate-extra/mate-calc/mate-calc-1.28.0.ebuild
index f61ab3495336..de9822c1e388 100644
--- a/mate-extra/mate-calc/mate-calc-1.28.0.ebuild
+++ b/mate-extra/mate-calc/mate-calc-1.28.0.ebuild
@@ -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="Calculator for MATE"
LICENSE="CC-BY-SA-3.0 GPL-2+"
SLOT="0"
-IUSE=""
-
COMMON_DEPEND="
>=app-accessibility/at-spi2-core-2.46.0
>=dev-libs/glib-2.50:2