magic-pax: pkgcheck fixes

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-05-02 13:00:03 -04:00
parent 78ac2a7ff2
commit 41d60173e9
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 1 additions and 2 deletions

0
sys-apps/magic-pax/files/magic-pax Executable file → Normal file
View file

View file

@ -6,14 +6,13 @@ EAPI=8
DESCRIPTION="Attempt at applying pax marks effectively"
HOMEPAGE="https://none.com"
S="${WORKDIR}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm x86"
PDEPEND="sys-apps/elfix"
S="${WORKDIR}"
src_install() {
dobin "${FILESDIR}"/magic-pax
}