net-misc/minissdpd: fix variable reference style

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-04-29 02:36:18 +01:00
parent 2eeaf949e7
commit 5a8413d9dd

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -15,7 +15,7 @@ IUSE=""
DEPEND="net-libs/libnfnetlink"
RDEPEND="$DEPEND
RDEPEND="${DEPEND}
|| ( net-misc/miniupnpd net-libs/miniupnpc )"
src_compile() {