diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2018-11-20 08:35:26 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-18 12:00:57 +0100 |
commit | 3fc9223b9324444b06582fdc954ee161467837e9 (patch) | |
tree | d5f0e892ee1d9017ad2f45d3633e53ebc055f5af /net-im | |
parent | sci-astronomy/stellarium: Fix tests (diff) | |
download | gentoo-3fc9223b9324444b06582fdc954ee161467837e9.tar.gz gentoo-3fc9223b9324444b06582fdc954ee161467837e9.tar.bz2 gentoo-3fc9223b9324444b06582fdc954ee161467837e9.zip |
net-im/bitlbee-facebook: add missing dep on dev-util/glib-utils #668448
Closes: https://bugs.gentoo.org/668448
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/10453
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/bitlbee-facebook/bitlbee-facebook-1.1.2.ebuild | 3 | ||||
-rw-r--r-- | net-im/bitlbee-facebook/bitlbee-facebook-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-im/bitlbee-facebook/bitlbee-facebook-1.1.2.ebuild b/net-im/bitlbee-facebook/bitlbee-facebook-1.1.2.ebuild index be0c1efdefc3..5e6c0743780d 100644 --- a/net-im/bitlbee-facebook/bitlbee-facebook-1.1.2.ebuild +++ b/net-im/bitlbee-facebook/bitlbee-facebook-1.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017 Gentoo Foundation +# Copyright 2017-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,6 +25,7 @@ RDEPEND=" dev-libs/json-glib >=net-im/bitlbee-3[plugins]" DEPEND="${RDEPEND} + dev-util/glib-utils virtual/pkgconfig" src_prepare() { diff --git a/net-im/bitlbee-facebook/bitlbee-facebook-9999.ebuild b/net-im/bitlbee-facebook/bitlbee-facebook-9999.ebuild index be0c1efdefc3..5e6c0743780d 100644 --- a/net-im/bitlbee-facebook/bitlbee-facebook-9999.ebuild +++ b/net-im/bitlbee-facebook/bitlbee-facebook-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017 Gentoo Foundation +# Copyright 2017-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,6 +25,7 @@ RDEPEND=" dev-libs/json-glib >=net-im/bitlbee-3[plugins]" DEPEND="${RDEPEND} + dev-util/glib-utils virtual/pkgconfig" src_prepare() { |