commit:     7ed754be92e0349481106f0f05d34c31689827e6
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 17 08:01:54 2022 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jul 17 08:01:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed754be

app-arch/xar: fix QA check issues

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 app-arch/xar/xar-1.8-r4.ebuild            | 2 +-
 app-arch/xar/xar-1.8.0.0.452.ebuild       | 2 +-
 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() {

Reply via email to