diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 23:17:05 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 23:17:05 -0300 |
commit | 594fe5726185a4dac2fc31998dfcbf0fc4419b41 (patch) | |
tree | 38954b53fd495fb0860f01b5af6caec703566be7 | |
parent | 69a260d7bc9af3621b0048b16bba9f655eb4f794 (diff) | |
download | aports-594fe5726185a4dac2fc31998dfcbf0fc4419b41.tar.bz2 aports-594fe5726185a4dac2fc31998dfcbf0fc4419b41.tar.xz |
testing/perl-anyevent-http: disable
-rw-r--r-- | testing/perl-anyevent-http/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-anyevent-http/APKBUILD b/testing/perl-anyevent-http/APKBUILD index ece0e5b2d8..e497868c96 100644 --- a/testing/perl-anyevent-http/APKBUILD +++ b/testing/perl-anyevent-http/APKBUILD @@ -7,7 +7,7 @@ pkgver=2.23 pkgrel=1 pkgdesc="simple but non-blocking HTTP/HTTPS client" url="https://metacpan.org/release/AnyEvent-HTTP" -arch="noarch" +arch="" # Fails to compile license="GPL-1.0-or-later OR Artistic-1.0-Perl" cpandepends="perl-anyevent perl-dancer-plugin-swig" depends="$cpandepends" |