diff options
author | Fabian Groffen <grobian@gentoo.org> | 2022-07-17 10:01:54 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2022-07-17 10:01:54 +0200 |
commit | 7ed754be92e0349481106f0f05d34c31689827e6 (patch) | |
tree | 3a9d37f0796fa5b875f120630534c9aa5154df51 /app-arch/xar | |
parent | app-misc/broot: remove old 1.11.1 (diff) | |
download | gentoo-7ed754be92e0349481106f0f05d34c31689827e6.tar.gz gentoo-7ed754be92e0349481106f0f05d34c31689827e6.tar.bz2 gentoo-7ed754be92e0349481106f0f05d34c31689827e6.zip |
app-arch/xar: fix QA check issues
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-arch/xar')
-rw-r--r-- | app-arch/xar/xar-1.8-r4.ebuild | 2 | ||||
-rw-r--r-- | app-arch/xar/xar-1.8.0.0.452.ebuild | 2 | ||||
-rw-r--r-- | app-arch/xar/xar-1.8.0.0.487.100.1.ebuild | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/app-arch/xar/xar-1.8-r4.ebuild b/app-arch/xar/xar-1.8-r4.ebuild index bd2ed21471e2..f50bad488315 100644 --- a/app-arch/xar/xar-1.8-r4.ebuild +++ b/app-arch/xar/xar-1.8-r4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit flag-o-matic toolchain-funcs multilib-minimal multilib +inherit flag-o-matic toolchain-funcs multilib-minimal APPLE_PV=417.1 DESCRIPTION="An easily extensible archive format" diff --git a/app-arch/xar/xar-1.8.0.0.452.ebuild b/app-arch/xar/xar-1.8.0.0.452.ebuild index 4324f627e65a..c10abd3bf2b9 100644 --- a/app-arch/xar/xar-1.8.0.0.452.ebuild +++ b/app-arch/xar/xar-1.8.0.0.452.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools flag-o-matic toolchain-funcs multilib-minimal multilib +inherit autotools flag-o-matic toolchain-funcs multilib-minimal APPLE_PV=$(ver_cut 5) # 452: macOS 11.0.1 and up DESCRIPTION="An easily extensible archive format" diff --git a/app-arch/xar/xar-1.8.0.0.487.100.1.ebuild b/app-arch/xar/xar-1.8.0.0.487.100.1.ebuild index 7e4e0547d540..4c0b3b10a50d 100644 --- a/app-arch/xar/xar-1.8.0.0.487.100.1.ebuild +++ b/app-arch/xar/xar-1.8.0.0.487.100.1.ebuild @@ -2,11 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools flag-o-matic toolchain-funcs multilib-minimal multilib +inherit autotools flag-o-matic toolchain-funcs multilib-minimal APPLE_PV=$(ver_cut 5-) # 487: macOS 12.3 and up DESCRIPTION="An easily extensible archive format" -HOMEPAGE="https://github.com/apple-oss-distributions/xar/tree/xar-${APPLE_PV}" +HOMEPAGE="https://github.com/apple-oss-distributions/xar" SRC_URI="https://github.com/apple-oss-distributions/xar/archive/xar-${APPLE_PV}.tar.gz" LICENSE="BSD-2" @@ -79,7 +79,7 @@ multilib_src_configure() { sed -i -e '/HAVE_SYS_ACL_H/s:^\(.*\)$:/* \1 */:' include/config.h || die fi # allow xar/xar.h to be found - (cd include && ln -s . xar) + ( cd include && ln -s . xar ) } multilib_src_install() { |