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.3a0fb0d2a102d12c6dbe70d21e41f0064cf810ca.asturm@gentoo
1 commit: 3a0fb0d2a102d12c6dbe70d21e41f0064cf810ca
2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
3 AuthorDate: Thu Jan 17 10:02:29 2019 +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=3a0fb0d2
7
8 net-im/bitlbee-facebook: bump to EAPI=7 in 9999
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.11
11 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 net-im/bitlbee-facebook/bitlbee-facebook-9999.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/net-im/bitlbee-facebook/bitlbee-facebook-9999.ebuild b/net-im/bitlbee-facebook/bitlbee-facebook-9999.ebuild
18 index 5e6c0743780..f7a43704ab5 100644
19 --- a/net-im/bitlbee-facebook/bitlbee-facebook-9999.ebuild
20 +++ b/net-im/bitlbee-facebook/bitlbee-facebook-9999.ebuild
21 @@ -1,7 +1,7 @@
22 # Copyright 2017-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 inherit autotools
29
30 @@ -24,7 +24,8 @@ RDEPEND="
31 dev-libs/glib:2
32 dev-libs/json-glib
33 >=net-im/bitlbee-3[plugins]"
34 -DEPEND="${RDEPEND}
35 +DEPEND="${RDEPEND}"
36 +BDEPEND="
37 dev-util/glib-utils
38 virtual/pkgconfig"