diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-10-26 18:51:19 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-10-26 19:47:58 +0200 |
commit | d6529c8d14d870c966dc74c3008cdce15dabb7c5 (patch) | |
tree | 0b9de4660ef32fa295c8ab166a4613bb0c36f6b8 /main/doxygen/APKBUILD | |
parent | af0c01ac63cfe01e0feb2f423efb822c93ba7e03 (diff) | |
download | aports-d6529c8d14d870c966dc74c3008cdce15dabb7c5.tar.bz2 aports-d6529c8d14d870c966dc74c3008cdce15dabb7c5.tar.xz |
[various] rename dependency python to python2
Diffstat (limited to 'main/doxygen/APKBUILD')
-rw-r--r-- | main/doxygen/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/doxygen/APKBUILD b/main/doxygen/APKBUILD index edbff0fc70..22d9cead42 100644 --- a/main/doxygen/APKBUILD +++ b/main/doxygen/APKBUILD @@ -7,7 +7,7 @@ url="http://www.doxygen.org/" arch="all" license="GPL" depends="" -makedepends="flex bison coreutils perl python cmake" +makedepends="flex bison coreutils perl python2 cmake" subpackages="" source="http://ftp.stack.nl/pub/users/dimitri/doxygen-$pkgver.src.tar.gz doxygen-1.8.11-install.patch |