mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/mulk: fix variable name typo
REQUIRED_USE and not REQUIRE_USE. Package-Manager: portage-2.2.20.1 Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
This commit is contained in:
@@ -26,7 +26,7 @@ DEPEND="net-misc/curl
|
||||
checksum? ( dev-libs/openssl )
|
||||
)"
|
||||
|
||||
REQUIRE_USE="checksum? ( metalink )"
|
||||
REQUIRED_USE="checksum? ( metalink )"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ DEPEND="net-misc/curl
|
||||
checksum? ( dev-libs/openssl )
|
||||
)"
|
||||
|
||||
REQUIRE_USE="checksum? ( metalink )"
|
||||
REQUIRED_USE="checksum? ( metalink )"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user