[arch-commits] Commit in rust/trunk (PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Sat Dec 9 23:43:30 UTC 2017
Date: Saturday, December 9, 2017 @ 23:43:26
Author: demize
Revision: 273469
Remove llvm-libs dependency since we're no longer using system LLVM
Modified:
rust/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-09 21:49:10 UTC (rev 273468)
+++ PKGBUILD 2017-12-09 23:43:26 UTC (rev 273469)
@@ -40,7 +40,7 @@
}
package_rust() {
- depends=('gcc-libs' 'llvm-libs')
+ depends=('gcc-libs')
provides=('cargo')
conflicts=('cargo')
replaces=('cargo')
More information about the arch-commits
mailing list