diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-30 02:58:18 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-30 02:58:18 -0300 |
commit | 7184ba0dd972247e83d1e0204c1f43c247ad84e5 (patch) | |
tree | 86ef745ef907db383c1c88131a26adffb35fccb3 /community | |
parent | edb145472907ad1d7b62b3f59a4796867be42da1 (diff) | |
download | aports-7184ba0dd972247e83d1e0204c1f43c247ad84e5.tar.bz2 aports-7184ba0dd972247e83d1e0204c1f43c247ad84e5.tar.xz |
community/sn0int: limit on arches that require py-attrs as dep of
sphinx-build
Diffstat (limited to 'community')
-rw-r--r-- | community/sn0int/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sn0int/APKBUILD b/community/sn0int/APKBUILD index 5f099c9ba5..c456a8dbbf 100644 --- a/community/sn0int/APKBUILD +++ b/community/sn0int/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.13.0 pkgrel=1 pkgdesc="Semi-automatic OSINT framework and package manager" url="https://github.com/kpcyrd/sn0int" -arch="x86_64 armhf armv7" # limited by cargo pkg +arch="x86_64 !armhf !armv7" # limited by cargo license="GPL-3.0-or-later" makedepends=" cargo |