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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E6BBD138331 for ; Tue, 29 May 2018 12:32:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CD78E081E; Tue, 29 May 2018 12:32:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2AA7E081E for ; Tue, 29 May 2018 12:32:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E459335C77 for ; Tue, 29 May 2018 12:32:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D92972A4 for ; Tue, 29 May 2018 12:32:13 +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: <1527597066.6f6b74f578f39bab817d46c4011cb495288f450f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6f6b74f578f39bab817d46c4011cb495288f450f X-VCS-Branch: master Date: Tue, 29 May 2018 12:32:13 +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-Archives-Salt: 4de13115-1bb7-4862-9b9a-12ae395ee00b X-Archives-Hash: d703eb73d748768eafbbef31f42a1a31 commit: 6f6b74f578f39bab817d46c4011cb495288f450f Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 13 09:13:40 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue May 29 12:31:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6b74f5 profiles: Disable USE=qt4 in assorted packages profiles/base/package.use.mask | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 0c8ef45efd9..739fb50eae5 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,21 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Andreas Sturmlechner (24 May 2018) +# Qt4 is dead and going away. +x11-themes/adwaita-qt qt4 +x11-themes/qtcurve qt4 + +# Andreas Sturmlechner (24 May 2018) +# Qt4 is dead and going away. +# Bug #638260 +sci-libs/ViSP qt4 +# Bug #644728 +app-i18n/fcitx qt4 +app-i18n/scim qt4 +app-i18n/scim-bridge qt4 +app-i18n/uim qt4 + # Andreas Sturmlechner (24 May 2018) # kdelibs4 is dead and going away. Bug #645558