diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-15 13:05:27 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-19 20:48:17 +0300 |
commit | df391b065f47a5ea0dea7aebaeae2a5111a82d66 (patch) | |
tree | 54443429e80e0aad466383a2f54809fd621ef676 /sys-block/nbd | |
parent | net-p2p/nicotine+: fix VariableShadowed (diff) | |
download | gentoo-df391b065f47a5ea0dea7aebaeae2a5111a82d66.tar.gz gentoo-df391b065f47a5ea0dea7aebaeae2a5111a82d66.tar.bz2 gentoo-df391b065f47a5ea0dea7aebaeae2a5111a82d66.zip |
sys-block/nbd: fix VariableShadowed
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-block/nbd')
-rw-r--r-- | sys-block/nbd/nbd-3.24.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys-block/nbd/nbd-3.24.ebuild b/sys-block/nbd/nbd-3.24.ebuild index 77e97a69e60d..6ecf15fb83e1 100644 --- a/sys-block/nbd/nbd-3.24.ebuild +++ b/sys-block/nbd/nbd-3.24.ebuild @@ -20,8 +20,6 @@ LICENSE="GPL-2" SLOT="0" IUSE="debug gnutls netlink zlib" -BDEPEND="virtual/pkgconfig" - RDEPEND=" >=dev-libs/glib-2.26.0 gnutls? ( >=net-libs/gnutls-2.12.0 ) @@ -29,9 +27,12 @@ RDEPEND=" zlib? ( sys-libs/zlib ) " DEPEND="${RDEPEND}" -BDEPEND="sys-devel/bison" +BDEPEND=" + sys-devel/bison + virtual/pkgconfig +" -if [[ ${PV} = 9999 ]] ; then +if [[ ${PV} == 9999 ]] ; then BDEPEND+=" app-text/docbook-sgml-dtd:4.5 app-text/docbook-sgml-utils |