commit: 201248a1e0d67bf1ee718563fe0b1fa3fd77c358
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 18:27:40 2021 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 18:28:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201248a1
app-arch/tarlz: put unpacker_src_uri_depends in BDEPEND
Thanks to Sam James for pointing this out.
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
Reported-by: Sam James <sam <AT> gentoo.org>
app-arch/tarlz/tarlz-0.21.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/app-arch/tarlz/tarlz-0.21.ebuild b/app-arch/tarlz/tarlz-0.21.ebuild
index f1c0ce855a5..c92ac2f48a5 100644
--- a/app-arch/tarlz/tarlz-0.21.ebuild
+++ b/app-arch/tarlz/tarlz-0.21.ebuild
@@ -15,10 +15,8 @@ SLOT="0"
KEYWORDS="~amd64"
RDEPEND=">=app-arch/lzlib-1.12:0="
-DEPEND="
- ${RDEPEND}
- $(unpacker_src_uri_depends)
-"
+DEPEND="${RDEPEND}"
+BDEPEND="$(unpacker_src_uri_depends)"
src_configure() {
econf \