commit: 8fb572e7bba3573b5fc21c5d3abf1f337e0a3460 Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Sat Apr 6 16:28:42 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Tue Apr 9 17:28:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb572e7
mate-extra/calc: fix ebuild Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> mate-extra/caja-admin/caja-admin-0.0.5.ebuild | 3 +-- mate-extra/mate-calc/mate-calc-1.28.0.ebuild | 4 ---- 2 files changed, 1 insertion(+), 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
