commit: a7eb647324892b8b155516e6aa9e6dd36d695837
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 18:29:54 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 18:30:10 2017 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=a7eb6473
dev-qt/qtcore: use system dev-libs/double-conversion
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-qt/qtcore/qtcore-5.8.0.ebuild | 3 ++-
dev-qt/qtcore/qtcore-5.8.9999.ebuild | 3 ++-
dev-qt/qtcore/qtcore-5.9999.ebuild | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/dev-qt/qtcore/qtcore-5.8.0.ebuild
b/dev-qt/qtcore/qtcore-5.8.0.ebuild
index 79ce95f..1a9bc8c 100644
--- a/dev-qt/qtcore/qtcore-5.8.0.ebuild
+++ b/dev-qt/qtcore/qtcore-5.8.0.ebuild
@@ -14,8 +14,8 @@ fi
IUSE="icu systemd"
-# TODO after bug 581054: dev-libs/double-conversion:=
DEPEND="
+ dev-libs/double-conversion:=
dev-libs/glib:2
>=dev-libs/libpcre-8.38[pcre16,unicode]
>=sys-libs/zlib-1.2.5
@@ -36,6 +36,7 @@ QT5_TARGET_SUBDIRS=(
src_configure() {
local myconf=(
+ -system-doubleconversion
$(usex icu '-icu -no-iconv' '-iconv -no-icu')
$(qt_use systemd journald)
)
diff --git a/dev-qt/qtcore/qtcore-5.8.9999.ebuild
b/dev-qt/qtcore/qtcore-5.8.9999.ebuild
index 79ce95f..1a9bc8c 100644
--- a/dev-qt/qtcore/qtcore-5.8.9999.ebuild
+++ b/dev-qt/qtcore/qtcore-5.8.9999.ebuild
@@ -14,8 +14,8 @@ fi
IUSE="icu systemd"
-# TODO after bug 581054: dev-libs/double-conversion:=
DEPEND="
+ dev-libs/double-conversion:=
dev-libs/glib:2
>=dev-libs/libpcre-8.38[pcre16,unicode]
>=sys-libs/zlib-1.2.5
@@ -36,6 +36,7 @@ QT5_TARGET_SUBDIRS=(
src_configure() {
local myconf=(
+ -system-doubleconversion
$(usex icu '-icu -no-iconv' '-iconv -no-icu')
$(qt_use systemd journald)
)
diff --git a/dev-qt/qtcore/qtcore-5.9999.ebuild
b/dev-qt/qtcore/qtcore-5.9999.ebuild
index 79ce95f..1a9bc8c 100644
--- a/dev-qt/qtcore/qtcore-5.9999.ebuild
+++ b/dev-qt/qtcore/qtcore-5.9999.ebuild
@@ -14,8 +14,8 @@ fi
IUSE="icu systemd"
-# TODO after bug 581054: dev-libs/double-conversion:=
DEPEND="
+ dev-libs/double-conversion:=
dev-libs/glib:2
>=dev-libs/libpcre-8.38[pcre16,unicode]
>=sys-libs/zlib-1.2.5
@@ -36,6 +36,7 @@ QT5_TARGET_SUBDIRS=(
src_configure() {
local myconf=(
+ -system-doubleconversion
$(usex icu '-icu -no-iconv' '-iconv -no-icu')
$(qt_use systemd journald)
)