aboutsummaryrefslogtreecommitdiffstats
path: root/community/elixir
diff options
context:
space:
mode:
authorgmile <iamexile@gmail.com>2018-03-16 12:33:55 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-03-16 16:31:49 +0100
commit71e61b8dc3bef4a3a0bb18adb66bd646dd332d36 (patch)
tree537129165fea3cc375a92d6dea3a292b697d2d95 /community/elixir
parentc82603dc235c9585ab7e4090e2044526677643d5 (diff)
downloadaports-71e61b8dc3bef4a3a0bb18adb66bd646dd332d36.tar.bz2
aports-71e61b8dc3bef4a3a0bb18adb66bd646dd332d36.tar.xz
community/elixir: add note about patch removal
Diffstat (limited to 'community/elixir')
-rw-r--r--community/elixir/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/elixir/APKBUILD b/community/elixir/APKBUILD
index 76e8a820d8..db9e3f1168 100644
--- a/community/elixir/APKBUILD
+++ b/community/elixir/APKBUILD
@@ -10,6 +10,7 @@ depends="erlang erlang-inets erlang-ssl
erlang-public-key erlang-asn1 erlang-sasl erlang-erl-interface erlang-dev erlang-dialyzer erlang-erts erlang-hipe"
makedepends="erlang-crypto erlang-syntax-tools erlang-parsetools erlang-eunit erlang-tools"
subpackages="$pkgname-doc"
+# TODO: remove disable-iex-tests.patch once elixir 1.7 is released, see https://github.com/elixir-lang/elixir/pull/7350
source="$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz
bit-comp-works.patch
disable-iex-tests.patch"