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 1802C1384B4 for ; Thu, 3 Dec 2015 16:32:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62055E0881; Thu, 3 Dec 2015 16:32:09 +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 0E9B4E0881 for ; Thu, 3 Dec 2015 16:32:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9704F340A84 for ; Thu, 3 Dec 2015 16:32:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0350A95 for ; Thu, 3 Dec 2015 16:32:05 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1449160224.a72a8ec8c38d26d41892efcecac3fb49f9d42bc2.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtgui/qtgui-5.6.9999.ebuild dev-qt/qtgui/qtgui-5.9999.ebuild X-VCS-Directories: dev-qt/qtgui/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: a72a8ec8c38d26d41892efcecac3fb49f9d42bc2 X-VCS-Branch: master Date: Thu, 3 Dec 2015 16:32:05 +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: 4d958a30-1d4c-47c3-8a92-1726b6506020 X-Archives-Hash: da666175e484157c941b516e51be3cdb commit: a72a8ec8c38d26d41892efcecac3fb49f9d42bc2 Author: Jan Kundrát kde org> AuthorDate: Thu Dec 3 15:42:25 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Thu Dec 3 16:30:24 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=a72a8ec8 dev-qt/qtgui: require new enough harfbuzz This got changed in qtbase/5.6 in commit 4f8c75acbd7598ee5664b558293fb542817e0091. The listed requirement is on 0.9.42, but the bundled version is 1.0.6, and that is also the version I build-tested against in Gentoo. dev-qt/qtgui/qtgui-5.6.9999.ebuild | 2 +- dev-qt/qtgui/qtgui-5.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtgui/qtgui-5.6.9999.ebuild b/dev-qt/qtgui/qtgui-5.6.9999.ebuild index c406993..0309231 100644 --- a/dev-qt/qtgui/qtgui-5.6.9999.ebuild +++ b/dev-qt/qtgui/qtgui-5.6.9999.ebuild @@ -30,7 +30,7 @@ RDEPEND=" ~dev-qt/qtcore-${PV} media-libs/fontconfig >=media-libs/freetype-2.5.5:2 - >=media-libs/harfbuzz-0.9.40:= + >=media-libs/harfbuzz-1.0.6:= >=sys-libs/zlib-1.2.5 virtual/opengl dbus? ( ~dev-qt/qtdbus-${PV} ) diff --git a/dev-qt/qtgui/qtgui-5.9999.ebuild b/dev-qt/qtgui/qtgui-5.9999.ebuild index ba372b2..b35f93d 100644 --- a/dev-qt/qtgui/qtgui-5.9999.ebuild +++ b/dev-qt/qtgui/qtgui-5.9999.ebuild @@ -30,7 +30,7 @@ RDEPEND=" ~dev-qt/qtcore-${PV} media-libs/fontconfig >=media-libs/freetype-2.5.5:2 - >=media-libs/harfbuzz-0.9.40:= + >=media-libs/harfbuzz-1.0.6:= >=sys-libs/zlib-1.2.5 virtual/opengl dbus? ( ~dev-qt/qtdbus-${PV} )