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 3EC3F139694 for ; Wed, 7 Jun 2017 20:53:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EAEAE0FE9; Wed, 7 Jun 2017 20:48:22 +0000 (UTC) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3010E0FE5 for ; Wed, 7 Jun 2017 20:48:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1496868495; l=705; s=domk; d=akhuettel.de; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Date:Subject:Cc:To:From; bh=yiRZ778pXKuktPPB/IiXb3pHR3iU4c+131evcxMaf60=; b=IsJA4F3jmFGzO9vk/aC7Xd79UcNqcpybMiN1DT15m5ScUMBU0ywlW86K2nI5Rw6yxO ZXNxhqxgqKYr0/LP2RntXhplGwRGDbITkLkHnS6t2/pf4SUvEy4AF5zhLgebAct/AjgY g//B0ZoaJNn56QOK6V7I1MuEQhxtEsYyvORtQ= X-RZG-AUTH: :IW0NeWCpcPchHrcnS4ebzBgQnKHTjU2UeXXbsSHXgz27uPM0X7tGBSTPmQVKkwViwg== X-RZG-CLASS-ID: mo00 Received: from pinacolada.akhuettel.de (88-133-184-181.hsi.glasfaser-ostbayern.de [88.133.184.181]) by smtp.strato.de (RZmta 40.7 AUTH) with ESMTPSA id Q04311t57KmFAT0 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Wed, 7 Jun 2017 22:48:15 +0200 (CEST) Received: by pinacolada.akhuettel.de (Postfix, from userid 1000) id DC24F300281; Wed, 7 Jun 2017 22:48:13 +0200 (CEST) From: dilfridge@gentoo.org To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Subject: [gentoo-dev] [PATCH 4/4] package.use.mask: Mask ICU supprt of Qt:4 on 17.0 profiles Date: Wed, 7 Jun 2017 22:48:12 +0200 Message-Id: <20170607204812.12956-4-dilfridge@gentoo.org> X-Mailer: git-send-email 2.13.1 In-Reply-To: <20170607204812.12956-1-dilfridge@gentoo.org> References: <2974156.Z0voFz2cgn@pinacolada> <20170607204812.12956-1-dilfridge@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 7f0e147f-15ec-44e5-ae5c-5a0aac7c889e X-Archives-Hash: 99b31865014823fdd2e8f58d89b7c16a From: Andreas K. Hüttel --- profiles/releases/17.0/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/releases/17.0/package.use.mask b/profiles/releases/17.0/package.use.mask index 8eefcfe631ea..9a6609274ad1 100644 --- a/profiles/releases/17.0/package.use.mask +++ b/profiles/releases/17.0/package.use.mask @@ -4,3 +4,8 @@ # Andreas K. Hüttel (27 May 2017) # Unmask default-PIE on 17.0 profiles. sys-devel/gcc -pie + +# Andreas K. Hüttel (7 June 2017) +# Qt-4 will never work with >=icu-59, see bug 618638 and bug 618640 +dev-qt/qtcore:4 icu +dev-qt/qtwebkit:4 icu -- 2.13.1