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 9E7EB15806E for ; Sat, 3 Jun 2023 01:47:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC1B6E08AE; Sat, 3 Jun 2023 01:47:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C75DFE08AE for ; Sat, 3 Jun 2023 01:47:10 +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 12D76341277 for ; Sat, 3 Jun 2023 01:47:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 357FCA86 for ; Sat, 3 Jun 2023 01:47:07 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1685756823.1154db8da87aaf040b7f48953ddef57d283e909f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-session-manager/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-base/mate-session-manager/mate-session-manager-1.26.0-r1.ebuild X-VCS-Directories: mate-base/mate-session-manager/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 1154db8da87aaf040b7f48953ddef57d283e909f X-VCS-Branch: master Date: Sat, 3 Jun 2023 01:47:07 +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: a0665c51-853c-4a6f-901a-b2420d9b32fc X-Archives-Hash: 58775b486cc3edccd5ec2bc5476059d3 commit: 1154db8da87aaf040b7f48953ddef57d283e909f Author: Matt Turner gentoo org> AuthorDate: Sat Jun 3 01:42:50 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Jun 3 01:47:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1154db8d mate-base/mate-session-manager: Remove IUSE=ipv6 Signed-off-by: Matt Turner gentoo.org> .../mate-session-manager/mate-session-manager-1.26.0-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mate-base/mate-session-manager/mate-session-manager-1.26.0-r1.ebuild b/mate-base/mate-session-manager/mate-session-manager-1.26.0-r1.ebuild index 1f98f479d1f9..4062bada3ab6 100644 --- a/mate-base/mate-session-manager/mate-session-manager-1.26.0-r1.ebuild +++ b/mate-base/mate-session-manager/mate-session-manager-1.26.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ HOMEPAGE="https://mate-desktop.org/" LICENSE="GPL-2+ GPL-3+ HPND LGPL-2+ LGPL-2.1+" SLOT="0" -IUSE="debug elogind gles2 gnome-keyring ipv6 nls systemd" +IUSE="debug elogind gles2 gnome-keyring nls systemd" REQUIRED_USE="^^ ( elogind systemd )" @@ -70,7 +70,7 @@ src_configure() { $(use_with systemd) \ --with-xtrans \ $(use_enable debug) \ - $(use_enable ipv6) \ + --enable-ipv6 \ $(use_enable nls) }