Gentoo Archives: gentoo-commits

From: Sam Jorna <wraeth@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/qtox/
Date: Mon, 25 Apr 2016 10:08:47
Message-Id: 1461578855.4bf3304865fe5b0b4306cdcdbc56756285464f07.wraeth@gentoo
1 commit: 4bf3304865fe5b0b4306cdcdbc56756285464f07
2 Author: Zetok Zalbavar <zetok <AT> openmailbox <DOT> org>
3 AuthorDate: Mon Apr 25 09:13:38 2016 +0000
4 Commit: Sam Jorna <wraeth <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 25 10:07:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf33048
7
8 net-im/qtox: move virtual/pkgconfig to DEPEND
9
10 Package-Manager: portage-2.2.26
11 Signed-off-by: Sam Jorna <wraeth <AT> gentoo.org>
12 Closes: https://github.com/gentoo/gentoo/pull/1337
13
14 net-im/qtox/qtox-1.4.0.ebuild | 2 +-
15 net-im/qtox/qtox-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-im/qtox/qtox-1.4.0.ebuild b/net-im/qtox/qtox-1.4.0.ebuild
19 index 9583cfc..054a451 100644
20 --- a/net-im/qtox/qtox-1.4.0.ebuild
21 +++ b/net-im/qtox/qtox-1.4.0.ebuild
22 @@ -38,12 +38,12 @@ RDEPEND="
23 x11-libs/cairo[X]
24 x11-libs/pango[X] )
25 net-libs/tox[av]
26 - virtual/pkgconfig
27 X? ( x11-libs/libX11
28 x11-libs/libXScrnSaver )
29 "
30 DEPEND="${RDEPEND}
31 dev-qt/linguist-tools:5
32 + virtual/pkgconfig
33 "
34
35 pkg_pretend() {
36
37 diff --git a/net-im/qtox/qtox-9999.ebuild b/net-im/qtox/qtox-9999.ebuild
38 index 45bf9a5..19761c5 100644
39 --- a/net-im/qtox/qtox-9999.ebuild
40 +++ b/net-im/qtox/qtox-9999.ebuild
41 @@ -37,12 +37,12 @@ RDEPEND="
42 x11-libs/cairo[X]
43 x11-libs/pango[X] )
44 net-libs/tox[av]
45 - virtual/pkgconfig
46 X? ( x11-libs/libX11
47 x11-libs/libXScrnSaver )
48 "
49 DEPEND="${RDEPEND}
50 dev-qt/linguist-tools:5
51 + virtual/pkgconfig
52 "
53
54 pkg_pretend() {