diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2019-01-17 11:02:29 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-18 12:00:57 +0100 |
commit | 3a0fb0d2a102d12c6dbe70d21e41f0064cf810ca (patch) | |
tree | e0ef3a0598728fa945e24ba021f3bfbd91d3887c /net-im | |
parent | net-im/bitlbee-facebook: add missing dep on dev-util/glib-utils #668448 (diff) | |
download | gentoo-3a0fb0d2a102d12c6dbe70d21e41f0064cf810ca.tar.gz gentoo-3a0fb0d2a102d12c6dbe70d21e41f0064cf810ca.tar.bz2 gentoo-3a0fb0d2a102d12c6dbe70d21e41f0064cf810ca.zip |
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@atlas.cz>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/bitlbee-facebook/bitlbee-facebook-9999.ebuild | 5 |
1 files 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 5e6c0743780d..f7a43704ab51 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" |