sys-block/nbd: fix VariableShadowed

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2023-09-15 13:05:27 +03:00
parent c1d8e6aa12
commit df391b065f

View File

@@ -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