diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-20 13:53:27 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-20 14:40:23 +0100 |
commit | 2b1518627639ca09e18d2a6d49e4dbba0076946a (patch) | |
tree | 280c4d18cd0b6430be1cc3dc4abcaf26dc83a62c /testing/llvm6 | |
parent | 3c52324274b13d16bbf3cea1bd0bf2c0b31c5bed (diff) | |
download | aports-2b1518627639ca09e18d2a6d49e4dbba0076946a.tar.bz2 aports-2b1518627639ca09e18d2a6d49e4dbba0076946a.tar.xz |
testing/llvm6: use py3-setuptools
Diffstat (limited to 'testing/llvm6')
-rw-r--r-- | testing/llvm6/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/testing/llvm6/APKBUILD b/testing/llvm6/APKBUILD index 50f27819d3..0362378cbc 100644 --- a/testing/llvm6/APKBUILD +++ b/testing/llvm6/APKBUILD @@ -6,13 +6,13 @@ _pkgname=llvm pkgver=6.0.1 _majorver=${pkgver%%.*} pkgname=$_pkgname$_majorver -pkgrel=4 +pkgrel=5 pkgdesc="Low Level Virtual Machine compiler system, version $_majorver" arch="all" url="https://llvm.org/" license="UOI-NCSA" depends_dev="$pkgname=$pkgver-r$pkgrel" -makedepends="binutils-dev chrpath cmake file libffi-dev paxmark python3 py-setuptools zlib-dev !go" +makedepends="binutils-dev chrpath cmake file libffi-dev paxmark python3 py3-setuptools zlib-dev !go" checkdepends="diffutils" subpackages="$pkgname-static $pkgname-libs $pkgname-dev $pkgname-test-utils:_test_utils" source="https://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.xz @@ -61,8 +61,6 @@ _prefix="usr/lib/llvm$_majorver" prepare() { default_prepare - cd "$builddir" - # https://bugs.llvm.org//show_bug.cgi?id=31870 rm test/tools/llvm-symbolizer/print_context.c @@ -218,7 +216,7 @@ dev() { _test_utils() { pkgdesc="LLVM $_majorver utilities for executing LLVM and Clang style test suites" - depends="python3 py-setuptools" + depends="python3 py3-setuptools" _common_subpkg replaces="" |