diff options
author | Bart Ribbers <bribbers@disroot.org> | 2021-06-19 11:12:41 +0200 |
---|---|---|
committer | Bart Ribbers <bribbers@disroot.org> | 2021-06-19 11:12:41 +0200 |
commit | 3019820d027ad275e6433ba5658516d144daafd3 (patch) | |
tree | a896ac3c1efbea5cfbf04edd0746ed4f6559ddf7 | |
parent | ea58dc3415874cbfda99cc93abd51f0336c4d2f8 (diff) | |
download | aports-3019820d027ad275e6433ba5658516d144daafd3.tar.gz aports-3019820d027ad275e6433ba5658516d144daafd3.tar.bz2 aports-3019820d027ad275e6433ba5658516d144daafd3.tar.xz |
community/py3-matplotlib: re-enable on riscv64
-rw-r--r-- | community/py3-matplotlib/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-matplotlib/APKBUILD b/community/py3-matplotlib/APKBUILD index 3e513fe256..833e7d8cf8 100644 --- a/community/py3-matplotlib/APKBUILD +++ b/community/py3-matplotlib/APKBUILD @@ -6,8 +6,8 @@ pkgver=3.3.3 pkgrel=1 pkgdesc="Python3 library for plots" url="https://matplotlib.org" -# mips64 and riscv64 blocked due to py3-numpy -arch="all !mips64 !riscv64" +# mips64 blocked due to py3-numpy +arch="all !mips64" license="Python-2.0" depends=" py3-cairo |