diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-08-24 11:49:48 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-08-24 11:50:27 +0300 |
commit | e38c49484f5b6433efaab22d71ad6700c69d3ba0 (patch) | |
tree | 5d37ac63e5ca8c0bc4212f99bef615277d07e593 /net-im/toxic | |
parent | net-im/toxic: Bump to 0.11.1 (diff) | |
download | gentoo-e38c49484f5b6433efaab22d71ad6700c69d3ba0.tar.gz gentoo-e38c49484f5b6433efaab22d71ad6700c69d3ba0.tar.bz2 gentoo-e38c49484f5b6433efaab22d71ad6700c69d3ba0.zip |
net-im/toxic: add pkgconfig as BDEPEND
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-im/toxic')
-rw-r--r-- | net-im/toxic/toxic-0.11.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/toxic/toxic-0.11.1.ebuild b/net-im/toxic/toxic-0.11.1.ebuild index f0ddb6556dd0..d2d629d69b60 100644 --- a/net-im/toxic/toxic-0.11.1.ebuild +++ b/net-im/toxic/toxic-0.11.1.ebuild @@ -18,7 +18,8 @@ IUSE="+audio-notify debug games llvm notification png python qrcode +sound +vide REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) video? ( sound X ) " -BDEPEND="dev-libs/libconfig:=" +BDEPEND="dev-libs/libconfig:= + virtual/pkgconfig" RDEPEND="net-libs/tox:= net-misc/curl |