From 3311785f1792381ed8945e85c08f358f4459eb9c Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 11 Feb 2018 00:21:47 +0100 Subject: community/rust: fix name of py2-lldb dependency --- community/rust/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/rust/APKBUILD b/community/rust/APKBUILD index b3424810d0..47b87c84a6 100644 --- a/community/rust/APKBUILD +++ b/community/rust/APKBUILD @@ -155,7 +155,7 @@ gdb() { lldb() { pkgdesc="LLDB pretty printers for Rust" - depends="$pkgname lldb py-lldb" + depends="$pkgname lldb py2-lldb" mkdir -p "$subpkgdir" cd "$subpkgdir" -- cgit v1.2.3