aboutsummaryrefslogtreecommitdiffstats
path: root/main/ctags
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-07 09:23:19 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-07 09:23:35 -0300
commitf13b1fd945b746cf7abdbd5ec81877674edb8b76 (patch)
tree87490d0a7059604a3a186f3e422a9c416e8f661b /main/ctags
parent60b424c9a7297f862c7370dba8ab48d90c90f46f (diff)
downloadaports-f13b1fd945b746cf7abdbd5ec81877674edb8b76.tar.bz2
aports-f13b1fd945b746cf7abdbd5ec81877674edb8b76.tar.xz
main/ctags: explicitly depend on python2
Diffstat (limited to 'main/ctags')
-rw-r--r--main/ctags/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/ctags/APKBUILD b/main/ctags/APKBUILD
index 81d0d197e3..fb8d59a492 100644
--- a/main/ctags/APKBUILD
+++ b/main/ctags/APKBUILD
@@ -9,7 +9,7 @@ pkgdesc="Generator of tags for all types of C/C++ languages"
url="https://ctags.io/"
arch="all"
license="GPL-2.0-or-later"
-checkdepends="diffutils python"
+checkdepends="diffutils python2"
makedepends="autoconf automake pkgconf py3-docutils"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/universal-ctags/ctags/archive/$_commit.tar.gz"
@@ -21,7 +21,6 @@ builddir="$srcdir"/$pkgname-$_commit
prepare() {
default_prepare
- cd "$builddir"
./autogen.sh
# Fail, likely due to compatibility issues with musl's iconv.