Skip to content

Commit

Permalink
dev-qt/qtcore: move system-doubleconversion handling to the eclass
Browse files Browse the repository at this point in the history
Gentoo-bug: 581054
  • Loading branch information
Pesa authored and Michael Palimaka committed Mar 18, 2017
1 parent 4500248 commit efdcc72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,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
Expand Down
3 changes: 1 addition & 2 deletions eclass/qt5-build.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -564,8 +564,7 @@ qt5_base_configure() {
# prefer system libraries (only common hard deps here)
-system-zlib
-system-pcre
# TODO after bug 581054
#$([[ ${QT5_MINOR_VERSION} -ge 7 ]] && echo -system-doubleconversion)
$([[ ${QT5_MINOR_VERSION} -ge 7 ]] && echo -system-doubleconversion)

# disable everything to prevent automagic deps (part 1)
-no-mtdev
Expand Down

0 comments on commit efdcc72

Please sign in to comment.