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 F0D70139083 for ; Sun, 10 Dec 2017 20:24:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32FFDE0F4D; Sun, 10 Dec 2017 20:24:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0DE6DE0F4D for ; Sun, 10 Dec 2017 20:24:40 +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 D34E333BF3C for ; Sun, 10 Dec 2017 20:24:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CB5BAE77 for ; Sun, 10 Dec 2017 20:24:38 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1512937428.d969dc38fa3a4929f70cfea6fcbd16b95982a09b.blueness@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: dev-qt/qtcore/ X-VCS-Repository: proj/musl X-VCS-Files: dev-qt/qtcore/metadata.xml X-VCS-Directories: dev-qt/qtcore/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: d969dc38fa3a4929f70cfea6fcbd16b95982a09b X-VCS-Branch: master Date: Sun, 10 Dec 2017 20:24:38 +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: e4ec4edd-9db2-439b-8e00-a1fa27b34d0d X-Archives-Hash: 81d7cebd17ec75ef97d82cd632e68a6d commit: d969dc38fa3a4929f70cfea6fcbd16b95982a09b Author: Bjorn Pagen gmail com> AuthorDate: Sun Dec 10 17:29:24 2017 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Dec 10 20:23:48 2017 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=d969dc38 dev-qt/qtcore: update metadata for qtcore Signed-off-by: Anthony G. Basile gentoo.org> dev-qt/qtcore/metadata.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-qt/qtcore/metadata.xml b/dev-qt/qtcore/metadata.xml index 34c0121..cbf4db3 100644 --- a/dev-qt/qtcore/metadata.xml +++ b/dev-qt/qtcore/metadata.xml @@ -9,6 +9,8 @@ Add support for exceptions - like catching them inside the event loop (recommended by upstream) Enable dev-libs/glib eventloop support + Link with sys-libs/libcxx to avoid dependency on gcc. + Build on top of sys-libs/libcxxabi instead of gcc's libsupc++ (avoids depending on gcc). Enable the Qt3Support libraries for Qt4. Note that this does not mean you can compile pure Qt3 programs with Qt4. Enable native journald logging support