diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-02-11 00:21:47 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-02-17 16:08:01 +0100 |
commit | 3311785f1792381ed8945e85c08f358f4459eb9c (patch) | |
tree | 7ba141a251c14eb73c087ab885840939f0d34ad4 /community/rust/APKBUILD | |
parent | fd9f6936f183aa71137f26e0499df9e13d003543 (diff) | |
download | aports-3311785f1792381ed8945e85c08f358f4459eb9c.tar.bz2 aports-3311785f1792381ed8945e85c08f358f4459eb9c.tar.xz |
community/rust: fix name of py2-lldb dependency
Diffstat (limited to 'community/rust/APKBUILD')
-rw-r--r-- | community/rust/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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" |