From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CDC121384B4 for ; Tue, 22 Dec 2015 14:44:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BAE621C05B; Tue, 22 Dec 2015 14:44:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD6A221C05B for ; Tue, 22 Dec 2015 14:44:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D96F3405D5 for ; Tue, 22 Dec 2015 14:44:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56CA9AF8 for ; Tue, 22 Dec 2015 14:44:02 +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: <1450795859.876b22c9a6febed1ce0a40be4bbade468ff6bf4d.blueness@gentoo> Subject: [gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: core/etc/grs/ X-VCS-Repository: proj/grs X-VCS-Files: core/etc/grs/world.conf X-VCS-Directories: core/etc/grs/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 876b22c9a6febed1ce0a40be4bbade468ff6bf4d X-VCS-Branch: desktop-amd64-uclibc-hardened Date: Tue, 22 Dec 2015 14:44:02 +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: 4424be27-f30c-4a62-8847-ff0b0564b248 X-Archives-Hash: d408f63320d99fbaf1a28343350dd05c commit: 876b22c9a6febed1ce0a40be4bbade468ff6bf4d Author: Anthony G. Basile gentoo org> AuthorDate: Tue Dec 22 14:50:59 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Dec 22 14:50:59 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=876b22c9 world.conf: add LDFLAGS=-liconv to serveral qt5 pkgs core/etc/grs/world.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf index 804d353..4f9c62a 100644 --- a/core/etc/grs/world.conf +++ b/core/etc/grs/world.conf @@ -3324,6 +3324,8 @@ package.use : dev-qt/qtchooser:0 -qt5 -test [dev-qt/qtconcurrent:5] package.use : dev-qt/qtconcurrent:5 -debug -test +package.env : dev-qt/qtconcurrent:5 dev-qt_concurrent_5 +env : LDFLAGS="-liconv" [dev-qt/qtcore:4] package.use : dev-qt/qtcore:4 -aqua -debug -pch exceptions glib iconv icu qt3support ssl @@ -3349,6 +3351,8 @@ package.use : dev-qt/qtgui:4 -aqua -debug -egl -gtkstyle -nis -pch -trace access [dev-qt/qtgui:5] package.use : dev-qt/qtgui:5 -accessibility -dbus -debug -egl -eglfs -evdev -gles2 -gtkstyle -ibus -jpeg -test gif harfbuzz png udev xcb +package.env : dev-qt/qtgui:5 dev-qt_qtgui_5 +env : LDFLAGS="-liconv" [dev-qt/qthelp:4] package.use : dev-qt/qthelp:4 -aqua -compat -debug -doc -pch exceptions @@ -3364,6 +3368,8 @@ package.use : dev-qt/qtmultimedia:4 -aqua -debug -pch alsa exceptions [dev-qt/qtnetwork:5] package.use : dev-qt/qtnetwork:5 -connman -debug -networkmanager -test bindist ssl +package.env : dev-qt/qtnetwork:5 dev-qt_qtnetwork_5 +env : LDFLAGS="-liconv" [dev-qt/qtopengl:4] package.use : dev-qt/qtopengl:4 -aqua -debug -egl -pch exceptions qt3support @@ -3397,6 +3403,8 @@ package.use : dev-qt/qtsql:4 -aqua -debug -freetds -mysql -oci8 -pch -postgres e [dev-qt/qtsql:5] package.use : dev-qt/qtsql:5 -debug -freetds -mysql -oci8 -odbc -postgres -test sqlite +package.env : dev-qt/qtsql:5 dev-qt_qtsql_5 +env : LDFLAGS="-liconv" [dev-qt/qtsvg:4] package.use : dev-qt/qtsvg:4 -aqua -debug -pch accessibility exceptions @@ -3409,6 +3417,8 @@ package.use : dev-qt/qttest:4 -aqua -debug -pch exceptions [dev-qt/qttest:5] package.use : dev-qt/qttest:5 -debug -test +package.env : dev-qt/qttest:5 dev-qt_qttest_5 +env : LDFLAGS="-liconv" [dev-qt/qttranslations:5] package.use : dev-qt/qttranslations:5 -debug -test @@ -3424,6 +3434,8 @@ package.use : dev-qt/qtx11extras:5 -debug -test [dev-qt/qtxml:5] package.use : dev-qt/qtxml:5 -debug -test +package.env : dev-qt/qtxml:5 dev-qt_qtxml_5 +env : LDFLAGS="-liconv" [dev-qt/qtxmlpatterns:4] package.use : dev-qt/qtxmlpatterns:4 -aqua -debug -pch