summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mate-extra')
-rw-r--r--mate-extra/mate-media/mate-media-1.27.0.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/mate-extra/mate-media/mate-media-1.27.0.ebuild b/mate-extra/mate-media/mate-media-1.27.0.ebuild
index a70d8a4f1f2c..5079464dce22 100644
--- a/mate-extra/mate-media/mate-media-1.27.0.ebuild
+++ b/mate-extra/mate-media/mate-media-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="Multimedia related programs for the MATE desktop"
LICENSE="FDL-1.1+ GPL-2+ HPND LGPL-2+"
SLOT="0"
-IUSE=""
-
COMMON_DEPEND="
>=dev-libs/glib-2.50:2
dev-libs/libxml2:2
@@ -37,5 +33,4 @@ BDEPEND="${COMMON_DEPEND}
DEPEND="${COMMON_DEPEND}
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
- !!<mate-base/mate-applets-1.8
"