Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtcore/
Date: Mon, 07 Jan 2019 01:04:07
Message-Id: 1546809959.c14b6caccfe183122857fb7cf7d664ac3db9c966.pesa@gentoo
1 commit: c14b6caccfe183122857fb7cf7d664ac3db9c966
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 6 21:25:59 2019 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 6 21:25:59 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=c14b6cac
7
8 dev-qt/qtcore: add := subslot dep on sys-libs/zlib
9
10 Package-Manager: Portage-2.3.53, Repoman-2.3.12
11 Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org>
12
13 dev-qt/qtcore/qtcore-5.12.0.ebuild | 4 ++--
14 dev-qt/qtcore/qtcore-5.12.9999.ebuild | 4 ++--
15 dev-qt/qtcore/qtcore-5.9999.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/dev-qt/qtcore/qtcore-5.12.0.ebuild b/dev-qt/qtcore/qtcore-5.12.0.ebuild
19 index 571af4d5..290fc94e 100644
20 --- a/dev-qt/qtcore/qtcore-5.12.0.ebuild
21 +++ b/dev-qt/qtcore/qtcore-5.12.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -17,7 +17,7 @@ DEPEND="
29 dev-libs/double-conversion:=
30 dev-libs/glib:2
31 dev-libs/libpcre2[pcre16,unicode]
32 - sys-libs/zlib
33 + sys-libs/zlib:=
34 icu? ( dev-libs/icu:= )
35 !icu? ( virtual/libiconv )
36 systemd? ( sys-apps/systemd:= )
37
38 diff --git a/dev-qt/qtcore/qtcore-5.12.9999.ebuild b/dev-qt/qtcore/qtcore-5.12.9999.ebuild
39 index 25c17255..290fc94e 100644
40 --- a/dev-qt/qtcore/qtcore-5.12.9999.ebuild
41 +++ b/dev-qt/qtcore/qtcore-5.12.9999.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2018 Gentoo Foundation
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -17,7 +17,7 @@ DEPEND="
49 dev-libs/double-conversion:=
50 dev-libs/glib:2
51 dev-libs/libpcre2[pcre16,unicode]
52 - sys-libs/zlib
53 + sys-libs/zlib:=
54 icu? ( dev-libs/icu:= )
55 !icu? ( virtual/libiconv )
56 systemd? ( sys-apps/systemd:= )
57
58 diff --git a/dev-qt/qtcore/qtcore-5.9999.ebuild b/dev-qt/qtcore/qtcore-5.9999.ebuild
59 index 25c17255..290fc94e 100644
60 --- a/dev-qt/qtcore/qtcore-5.9999.ebuild
61 +++ b/dev-qt/qtcore/qtcore-5.9999.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2018 Gentoo Foundation
64 +# Copyright 1999-2019 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=6
68 @@ -17,7 +17,7 @@ DEPEND="
69 dev-libs/double-conversion:=
70 dev-libs/glib:2
71 dev-libs/libpcre2[pcre16,unicode]
72 - sys-libs/zlib
73 + sys-libs/zlib:=
74 icu? ( dev-libs/icu:= )
75 !icu? ( virtual/libiconv )
76 systemd? ( sys-apps/systemd:= )