diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-01-18 20:54:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-19 10:49:53 +0000 |
commit | beb572302f359e6c6ce5aea46d19b424fde792e6 (patch) | |
tree | 9287c49d5ded2d03832adca902d06093f6c110e2 /mate-extra | |
parent | mate-extra/mate-media: ebuild clean up (diff) | |
download | gentoo-beb572302f359e6c6ce5aea46d19b424fde792e6.tar.gz gentoo-beb572302f359e6c6ce5aea46d19b424fde792e6.tar.bz2 gentoo-beb572302f359e6c6ce5aea46d19b424fde792e6.zip |
mate-extra/mate-media: ebuild clean up
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mate-extra')
-rw-r--r-- | mate-extra/mate-media/mate-media-1.27.0.ebuild | 7 |
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 " |