commit:     145a771009fd0a2c3c4a9f7985e28e3e49850bfe
Author:     Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Sat Apr  6 16:32:08 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=145a7710

mate-extra/mate-utils: ebuild cleanup

Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 mate-extra/mate-utils/mate-utils-1.28.0.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/mate-extra/mate-utils/mate-utils-1.28.0.ebuild 
b/mate-extra/mate-utils/mate-utils-1.28.0.ebuild
index 706ffa6c0915..34c35a4a7581 100644
--- a/mate-extra/mate-utils/mate-utils-1.28.0.ebuild
+++ b/mate-extra/mate-utils/mate-utils-1.28.0.ebuild
@@ -10,15 +10,13 @@ inherit mate
 MINOR=$(($(ver_cut 2) % 2))
 if [[ ${MINOR} -eq 0 ]]; then
        KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
-else
-       KEYWORDS=""
 fi
 
 DESCRIPTION="Utilities for the MATE desktop"
 LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+"
 SLOT="0"
 
-IUSE="X applet debug ipv6 nls test udisks"
+IUSE="X applet debug nls test udisks"
 RESTRICT="!test? ( test )"
 
 COMMON_DEPEND="
@@ -46,7 +44,6 @@ RDEPEND="${COMMON_DEPEND}
 
 BDEPEND="${COMMON_DEPEND}
        app-text/rarian
-       >=app-text/scrollkeeper-dtd-1:1.0
        app-text/yelp-tools
        dev-libs/libxml2
        dev-util/glib-utils
@@ -71,7 +68,6 @@ src_configure() {
                --enable-debug=$(usex debug yes minimum) \
                $(use_with X x) \
                $(use_enable applet gdict-applet) \
-               $(use_enable ipv6) \
                $(use_enable nls) \
                $(use_enable udisks disk_image_mounter)
 }

Reply via email to