From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5DDC81584AD for ; Wed, 30 Apr 2025 02:36:21 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 46561340CA7 for ; Wed, 30 Apr 2025 02:36:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4696C110328; Wed, 30 Apr 2025 02:36:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id 392A6110328 for ; Wed, 30 Apr 2025 02:36:20 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA828340CA7 for ; Wed, 30 Apr 2025 02:36:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 376E0C3A for ; Wed, 30 Apr 2025 02:36:18 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1745979944.09d9cbf03d224c1eb39daf08dc9d32412a3ed450.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-vanilla/wine-vanilla-10.0-r2.ebuild X-VCS-Directories: app-emulation/wine-vanilla/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 09d9cbf03d224c1eb39daf08dc9d32412a3ed450 X-VCS-Branch: master Date: Wed, 30 Apr 2025 02:36:18 +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: ff1b101f-d4bc-4121-ba8c-d5611271debf X-Archives-Hash: bf02760d22d39f4eb9d1efe2c939e41e commit: 09d9cbf03d224c1eb39daf08dc9d32412a3ed450 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Apr 29 22:28:53 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Apr 30 02:25:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09d9cbf0 app-emulation/wine-vanilla: cleanup leftover redundant IUSE custom-cflags is defined in wine.eclass Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/wine-vanilla/wine-vanilla-10.0-r2.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-emulation/wine-vanilla/wine-vanilla-10.0-r2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-10.0-r2.ebuild index 48e5959838d2..3cb7ee8a8d01 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-10.0-r2.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-10.0-r2.ebuild @@ -27,11 +27,11 @@ HOMEPAGE=" LICENSE="LGPL-2.1+ BSD BSD-2 IJG MIT OPENLDAP ZLIB gsm libpng2 libtiff" SLOT="${PV}" IUSE=" - +X +alsa capi cups +dbus dos llvm-libunwind custom-cflags ffmpeg - +fontconfig +gecko gphoto2 +gstreamer kerberos +mono netapi nls - odbc opencl +opengl pcap perl pulseaudio samba scanner +sdl - selinux smartcard +ssl +truetype udev +unwind usb v4l +vulkan - wayland +xcomposite xinerama + +X +alsa capi cups +dbus dos llvm-libunwind ffmpeg +fontconfig + +gecko gphoto2 +gstreamer kerberos +mono netapi nls odbc opencl + +opengl pcap perl pulseaudio samba scanner +sdl selinux smartcard + +ssl +truetype udev +unwind usb v4l +vulkan wayland +xcomposite + xinerama " REQUIRED_USE="X? ( truetype )"