Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/
Date: Mon, 01 Jan 2018 03:10:22
Message-Id: 1514776207.7560ee12b10bd9abd76020b6aea30bcb622cbc94.kensington@gentoo
1 commit: 7560ee12b10bd9abd76020b6aea30bcb622cbc94
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 03:09:48 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 1 03:10:07 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=7560ee12
7
8 dev-qt/qtgui: raise media-libs/harfbuzz dependency
9
10 Upstream-commit: f3f4f95536133c7ec7ef27e5a8263f35cc3bc4b6
11 Package-Manager: Portage-2.3.14, Repoman-2.3.6
12
13 dev-qt/qtgui/qtgui-5.9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-qt/qtgui/qtgui-5.9999.ebuild b/dev-qt/qtgui/qtgui-5.9999.ebuild
17 index 3cf6c9c0..de176492 100644
18 --- a/dev-qt/qtgui/qtgui-5.9999.ebuild
19 +++ b/dev-qt/qtgui/qtgui-5.9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -29,7 +29,7 @@ RDEPEND="
27 ~dev-qt/qtcore-${PV}
28 media-libs/fontconfig
29 >=media-libs/freetype-2.6.1:2
30 - >=media-libs/harfbuzz-1.0.6:=
31 + >=media-libs/harfbuzz-1.6.0:=
32 >=sys-libs/zlib-1.2.5
33 virtual/opengl
34 dbus? ( ~dev-qt/qtdbus-${PV} )