pax-utils: replace toolchain depend

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2024-07-02 22:31:41 -04:00
parent 552f7ecd8c
commit 9e6d23e92a

View File

@ -7,7 +7,7 @@ PKG_SHA256="907fdcfc6c6c2913a8e42847f8096027b0a953b9344208d14daf2324fd711638"
PKG_LICENSE="GPL-2.0"
PKG_SITE="https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities"
PKG_URL="https://gitweb.gentoo.org/proj/pax-utils.git/snapshot/pax-utils-${PKG_VERSION}.tar.bz2"
PKG_DEPENDS_HOST="toolchain:host"
PKG_DEPENDS_HOST="meson:host ninja:host gcc:host"
PKG_LONGDESC="ELF utils that can check files for security relevant properties"
PKG_MESON_OPTS_HOST="-Duse_libcap=disabled"