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 B0546139694 for ; Wed, 7 Jun 2017 20:47:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFA0AE0F82; Wed, 7 Jun 2017 20:47:22 +0000 (UTC) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::7]) (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 5D63BE0769 for ; Wed, 7 Jun 2017 20:47:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1496868440; 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=Dq8Exh6NPmShlp1N1tM7XfPtr4U9Wli9+GHYY6qU3XA0QG0Ay0U+2OjvG9Xpi2ljRs jkBDDCZGtGYEnHEIrNJHLFAF5LZDS4TMDkzkzn0MvwR8Ni6mDFdHYR031scK/Wv92Y0H dwwGpfxZfFPC1rl+/CUtWWQuNK7wJkZmvbB+4= X-RZG-AUTH: :IW0NeWCpcPchHrcnS4ebzBgQnKHTjU2UeXXbsSHXgz27uPM0X7tGBSTPmQVKkwViwg== X-RZG-CLASS-ID: mo00 Received: from pinacolada.akhuettel.de ([88.133.184.181]) by smtp.strato.de (RZmta 40.7 AUTH) with ESMTPSA id Q069b0t57KlKgcE (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:47:20 +0200 (CEST) Received: by pinacolada.akhuettel.de (Postfix, from userid 1000) id D60A2300281; Wed, 7 Jun 2017 22:47:19 +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:46:58 +0200 Message-Id: <20170607204658.12857-4-dilfridge@gentoo.org> X-Mailer: git-send-email 2.13.1 In-Reply-To: <20170607204658.12857-1-dilfridge@gentoo.org> References: <2974156.Z0voFz2cgn@pinacolada> <20170607204658.12857-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: 2660cd56-4778-4b0e-a434-f414b886c6fc X-Archives-Hash: d7eb76a6021e24cf55c0f71e0d165a6f 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