diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-08-16 05:46:39 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-08-16 05:47:27 -0400 |
commit | 097c11711f5626311f63ff26f5cc7e6b20e95d97 (patch) | |
tree | d75bb24acab6de9d49c450cf552a51df133fbc0b /net-libs/wslay | |
parent | dev-lang/ruby: drop 3.1.4-r5, 3.1.6 (diff) | |
download | gentoo-097c11711f5626311f63ff26f5cc7e6b20e95d97.tar.gz gentoo-097c11711f5626311f63ff26f5cc7e6b20e95d97.tar.bz2 gentoo-097c11711f5626311f63ff26f5cc7e6b20e95d97.zip |
net-libs/wslay: add missing pkgconfig bdep
Closes: https://bugs.gentoo.org/938002
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'net-libs/wslay')
-rw-r--r-- | net-libs/wslay/wslay-1.1.1_p20210115.ebuild | 9 |
1 files 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 |