commit: 097c11711f5626311f63ff26f5cc7e6b20e95d97 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Fri Aug 16 09:46:39 2024 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Fri Aug 16 09:47:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=097c1171
net-libs/wslay: add missing pkgconfig bdep Closes: https://bugs.gentoo.org/938002 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> net-libs/wslay/wslay-1.1.1_p20210115.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/net-libs/wslay/wslay-1.1.1_p20210115.ebuild b/net-libs/wslay/wslay-1.1.1_p20210115.ebuild index 03e102a9da97..dffeed24e492 100644 --- a/net-libs/wslay/wslay-1.1.1_p20210115.ebuild +++ b/net-libs/wslay/wslay-1.1.1_p20210115.ebuild @@ -18,8 +18,13 @@ KEYWORDS="~amd64" IUSE="doc test" RESTRICT="!test? ( test )" -DEPEND="test? ( dev-util/cunit )" -BDEPEND="doc? ( dev-python/sphinx )" +DEPEND=" + test? ( dev-util/cunit ) +" +BDEPEND=" + virtual/pkgconfig + doc? ( dev-python/sphinx ) +" src_prepare() { default
