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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D0FA158094 for ; Wed, 7 Sep 2022 18:08:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 929FFE07D0; Wed, 7 Sep 2022 18:08:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7CE87E07D0 for ; Wed, 7 Sep 2022 18:08:11 +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 AE55834114D for ; Wed, 7 Sep 2022 18:08:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51D225B1 for ; Wed, 7 Sep 2022 18:08:09 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1662537122.450f47fd2c952715aa9851d10ca6e5f939acb5da.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtgui/qtgui-5.15.5.9999.ebuild X-VCS-Directories: dev-qt/qtgui/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 450f47fd2c952715aa9851d10ca6e5f939acb5da X-VCS-Branch: master Date: Wed, 7 Sep 2022 18:08:09 +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: b141c593-bcfa-4c80-a730-252bbc87ab24 X-Archives-Hash: b002518338bf3df4f18ab5132ec1d89d commit: 450f47fd2c952715aa9851d10ca6e5f939acb5da Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 7 07:50:28 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 7 07:52:02 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=450f47fd dev-qt/qtgui: Drop IUSE gif Does not save any dependencies. Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtgui/qtgui-5.15.5.9999.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-qt/qtgui/qtgui-5.15.5.9999.ebuild b/dev-qt/qtgui/qtgui-5.15.5.9999.ebuild index 4c0815f5..abbe3a1f 100644 --- a/dev-qt/qtgui/qtgui-5.15.5.9999.ebuild +++ b/dev-qt/qtgui/qtgui-5.15.5.9999.ebuild @@ -13,8 +13,8 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi -IUSE="accessibility dbus egl eglfs evdev +gif gles2-only ibus jpeg - +libinput linuxfb +png tslib tuio +udev vnc vulkan wayland +X" +IUSE="accessibility dbus egl eglfs evdev gles2-only ibus jpeg +libinput + linuxfb +png tslib tuio +udev vnc vulkan wayland +X" REQUIRED_USE=" || ( eglfs linuxfb vnc X ) accessibility? ( dbus X ) @@ -96,7 +96,6 @@ QT5_GENTOO_CONFIG=( :fontconfig: :system-freetype:FREETYPE !:no-freetype: - !gif:no-gif: gles2-only::OPENGL_ES gles2-only:opengles2:OPENGL_ES_2 !:no-gui: @@ -157,7 +156,6 @@ src_configure() { $(qt_use evdev mtdev) -fontconfig -system-freetype - $(usev !gif -no-gif) -gui -system-harfbuzz $(qt_use jpeg libjpeg system)