commit: 3a0fb0d2a102d12c6dbe70d21e41f0064cf810ca
Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Thu Jan 17 10:02:29 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 18 11:00:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a0fb0d2
net-im/bitlbee-facebook: bump to EAPI=7 in 9999
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-im/bitlbee-facebook/bitlbee-facebook-9999.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/net-im/bitlbee-facebook/bitlbee-facebook-9999.ebuild
b/net-im/bitlbee-facebook/bitlbee-facebook-9999.ebuild
index 5e6c0743780..f7a43704ab5 100644
--- a/net-im/bitlbee-facebook/bitlbee-facebook-9999.ebuild
+++ b/net-im/bitlbee-facebook/bitlbee-facebook-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 2017-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit autotools
@@ -24,7 +24,8 @@ RDEPEND="
dev-libs/glib:2
dev-libs/json-glib
>=net-im/bitlbee-3[plugins]"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
dev-util/glib-utils
virtual/pkgconfig"