mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
opensnitch: arm64 not supported yet, quiet qa warnings with comments
This commit is contained in:
parent
01890fb3f0
commit
46becc884f
3 changed files with 6 additions and 7 deletions
|
|
@ -31,5 +31,4 @@ DIST github.com-vishvananda-netns-db3c7e526aae.tar.gz 8281 BLAKE2B d74e12debc351
|
|||
DIST opensnitch-1.5.2.tar.gz 995296 BLAKE2B aab54c00de55c42aebbae23fd0cb7befdc87c633153c9ae4a4b6535587e2ccd3436343cdd121e76118d3c17ec23778fb80e5d973dcd8b296b2f1986cc2dc1e6f SHA512 77ad266dd3531f576e2b10aff5bcfa724c4e7b90d8b9deb01d7bdf24c728f32c9a7d16eaa91954177a3717fbebc8b1524cf975ae899c2d703ccaba4ac4b86c19
|
||||
DIST opensnitch-1.5.3.tar.gz 1034789 BLAKE2B 4bb947931c66799f576659d1c0de47d832f098c26b1d80235d21017270b1fdcb84fc08bc36c77c1deab285beda9dffe98420b17fea88fc374bb0bc3780d6c176 SHA512 26cd48af5867dbf905d742819bab3632e5d7b2df25661088d3c38e4db3641ecd79fb70e03f99a5ca74149926feb40935fa3ded586a49695bb2bad948a2c823e9
|
||||
DIST opensnitch_amd64.o 10728 BLAKE2B 398f97a9136c8909955dc0ee2f258d2940b915fbd9142e97540813c977bb67cceb2cfc80df248512bc974960d0936c18c55496c1fd17e3176681560a52518047 SHA512 167b1913c0da8597079bee71063a084724b8326b3587ca91b7b72116ae8e998dae8871976fcb7b98135868ffe274d5d332dbacd53a0e47fb5510122b875674af
|
||||
DIST opensnitch_arm64.o 10384 BLAKE2B 6439a1d29af9e44794aeb5a6a07ed0556f3cfd5afb6e1bdf8002b058acaae0909b362697bf32f60553ce42853e573d24f272712e215c08af2b677d513cbfff37 SHA512 298ee7aea9b70c206b5d12ada016b21a05fb0ee65001e24bf3bf949dcb9308fde83fff8e281df761354ebdcfc3ff9672ec0000a19e1f285b61228cb4eeba0700
|
||||
DIST opensnitch_i386.o 10368 BLAKE2B 15b4abd5da8c2ab29f91b2fdefe6ee095dde09d1dcb3180339ba8ab567e29400e77598f1f969c7a4e9b23140564807c237d52b5601d84e2733b658fa9ccd1aaa SHA512 a8e493f4f62e706d0499fa92777ebd8339c925b1622a75595971ee53a3d73b653749a053c3c43bb4a0dc7b6baaed45442d458626c3731bcbc97af069e2b7b160
|
||||
|
|
|
|||
|
|
@ -41,8 +41,8 @@ SRC_URI="https://github.com/evilsocket/opensnitch/archive/refs/tags/v${PV}.tar.g
|
|||
${EGO_VENDOR_URI}
|
||||
amd64? ( https://dev.pentoo.ch/~blshkv/distfiles/opensnitch_amd64.o )
|
||||
x86? ( https://dev.pentoo.ch/~blshkv/distfiles/opensnitch_i386.o )
|
||||
arm64? ( https://dev.pentoo.ch/~blshkv/distfiles/opensnitch_arm64.o )
|
||||
"
|
||||
#arm64? ( https://dev.pentoo.ch/~blshkv/distfiles/opensnitch_arm64.o )
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
|
@ -106,10 +106,10 @@ src_install(){
|
|||
doins default-config.json
|
||||
doins system-fw.json
|
||||
|
||||
#elif use arm64; then
|
||||
# newins "${DISTDIR}"/opensnitch_arm64.o opensnitch.o
|
||||
if use amd64; then
|
||||
newins "${DISTDIR}"/opensnitch_amd64.o opensnitch.o
|
||||
elif use arm64; then
|
||||
newins "${DISTDIR}"/opensnitch_arm64.o opensnitch.o
|
||||
elif use x86; then
|
||||
newins "${DISTDIR}"/opensnitch_i386.o opensnitch.o
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -42,8 +42,8 @@ SRC_URI="https://github.com/evilsocket/opensnitch/archive/refs/tags/v${PV}.tar.g
|
|||
${EGO_VENDOR_URI}
|
||||
amd64? ( https://dev.pentoo.ch/~blshkv/distfiles/opensnitch_amd64.o )
|
||||
x86? ( https://dev.pentoo.ch/~blshkv/distfiles/opensnitch_i386.o )
|
||||
arm64? ( https://dev.pentoo.ch/~blshkv/distfiles/opensnitch_arm64.o )
|
||||
"
|
||||
#arm64? ( https://dev.pentoo.ch/~blshkv/distfiles/opensnitch_arm64.o )
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
|
@ -107,10 +107,10 @@ src_install(){
|
|||
doins default-config.json
|
||||
doins system-fw.json
|
||||
|
||||
#elif use arm64; then
|
||||
# newins "${DISTDIR}"/opensnitch_arm64.o opensnitch.o
|
||||
if use amd64; then
|
||||
newins "${DISTDIR}"/opensnitch_amd64.o opensnitch.o
|
||||
elif use arm64; then
|
||||
newins "${DISTDIR}"/opensnitch_arm64.o opensnitch.o
|
||||
elif use x86; then
|
||||
newins "${DISTDIR}"/opensnitch_i386.o opensnitch.o
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue