Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/bitlbee-facebook/
Date: Fri, 18 Jan 2019 11:01:21
Message-Id: 1547809257.3fc9223b9324444b06582fdc954ee161467837e9.asturm@gentoo
1 commit: 3fc9223b9324444b06582fdc954ee161467837e9
2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
3 AuthorDate: Tue Nov 20 07:35:26 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 18 11:00:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fc9223b
7
8 net-im/bitlbee-facebook: add missing dep on dev-util/glib-utils #668448
9
10 Closes: https://bugs.gentoo.org/668448
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
13 Closes: https://github.com/gentoo/gentoo/pull/10453
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 net-im/bitlbee-facebook/bitlbee-facebook-1.1.2.ebuild | 3 ++-
17 net-im/bitlbee-facebook/bitlbee-facebook-9999.ebuild | 3 ++-
18 2 files changed, 4 insertions(+), 2 deletions(-)
19
20 diff --git a/net-im/bitlbee-facebook/bitlbee-facebook-1.1.2.ebuild b/net-im/bitlbee-facebook/bitlbee-facebook-1.1.2.ebuild
21 index be0c1efdefc..5e6c0743780 100644
22 --- a/net-im/bitlbee-facebook/bitlbee-facebook-1.1.2.ebuild
23 +++ b/net-im/bitlbee-facebook/bitlbee-facebook-1.1.2.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 2017 Gentoo Foundation
26 +# Copyright 2017-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -25,6 +25,7 @@ RDEPEND="
31 dev-libs/json-glib
32 >=net-im/bitlbee-3[plugins]"
33 DEPEND="${RDEPEND}
34 + dev-util/glib-utils
35 virtual/pkgconfig"
36
37 src_prepare() {
38
39 diff --git a/net-im/bitlbee-facebook/bitlbee-facebook-9999.ebuild b/net-im/bitlbee-facebook/bitlbee-facebook-9999.ebuild
40 index be0c1efdefc..5e6c0743780 100644
41 --- a/net-im/bitlbee-facebook/bitlbee-facebook-9999.ebuild
42 +++ b/net-im/bitlbee-facebook/bitlbee-facebook-9999.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 2017 Gentoo Foundation
45 +# Copyright 2017-2019 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -25,6 +25,7 @@ RDEPEND="
50 dev-libs/json-glib
51 >=net-im/bitlbee-3[plugins]"
52 DEPEND="${RDEPEND}
53 + dev-util/glib-utils
54 virtual/pkgconfig"
55
56 src_prepare() {