From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D4004158041 for ; Tue, 9 Apr 2024 17:29:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB21CE2A31; Tue, 9 Apr 2024 17:29:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD115E2A31 for ; Tue, 9 Apr 2024 17:29:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 633F8343302 for ; Tue, 9 Apr 2024 17:28:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB67016B5 for ; Tue, 9 Apr 2024 17:28:56 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1712683726.145a771009fd0a2c3c4a9f7985e28e3e49850bfe.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/mate-utils/mate-utils-1.28.0.ebuild X-VCS-Directories: mate-extra/mate-utils/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 145a771009fd0a2c3c4a9f7985e28e3e49850bfe X-VCS-Branch: master Date: Tue, 9 Apr 2024 17:28:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cd1402ed-266b-4001-a965-7fe530d15779 X-Archives-Hash: 3ae663a25ae6e9890289d719ddd7145a commit: 145a771009fd0a2c3c4a9f7985e28e3e49850bfe Author: Ian Jordan gmail com> AuthorDate: Sat Apr 6 16:32:08 2024 +0000 Commit: Arthur Zamarin gentoo 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 gmail.com> Signed-off-by: Arthur Zamarin 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) }