summaryrefslogtreecommitdiff
path: root/app-arch/xar/xar-1.8.0.0.487.100.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/xar/xar-1.8.0.0.487.100.1.ebuild')
-rw-r--r--app-arch/xar/xar-1.8.0.0.487.100.1.ebuild6
1 files changed, 3 insertions, 3 deletions
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() {