diff options
author | Sam James <sam@gentoo.org> | 2022-10-08 20:02:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-08 20:02:54 +0100 |
commit | 7b94710c9e1bde097ada4b27b13bf1e4b4314b09 (patch) | |
tree | 3b0b522cdfd9e240a96e8a1d053f0c8549906311 /kde-apps | |
parent | x11-libs/gtk+: fix MissingUseDepDefault on cairo (diff) | |
download | gentoo-7b94710c9e1bde097ada4b27b13bf1e4b4314b09.tar.gz gentoo-7b94710c9e1bde097ada4b27b13bf1e4b4314b09.tar.bz2 gentoo-7b94710c9e1bde097ada4b27b13bf1e4b4314b09.zip |
kde-apps/ark: conditionalise app-arch/rar test dep further for musl
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/ark/ark-22.04.3.ebuild | 3 | ||||
-rw-r--r-- | kde-apps/ark/ark-22.08.1.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/kde-apps/ark/ark-22.04.3.ebuild b/kde-apps/ark/ark-22.04.3.ebuild index 840a1c27c027..e5a562ccbbc1 100644 --- a/kde-apps/ark/ark-22.04.3.ebuild +++ b/kde-apps/ark/ark-22.04.3.ebuild @@ -46,9 +46,10 @@ DEPEND="${RDEPEND} >=dev-qt/qtconcurrent-${QTMIN}:5 test? ( >=dev-libs/libzip-1.6.0:= ) " +# app-arch/rar is binary only BDEPEND=" sys-devel/gettext - test? ( amd64? ( app-arch/rar ) x86? ( app-arch/rar ) ) + elibc_glibc? ( test? ( amd64? ( app-arch/rar ) x86? ( app-arch/rar ) ) ) " src_configure() { diff --git a/kde-apps/ark/ark-22.08.1.ebuild b/kde-apps/ark/ark-22.08.1.ebuild index 9bd35d0c8916..bf11cf6efd9a 100644 --- a/kde-apps/ark/ark-22.08.1.ebuild +++ b/kde-apps/ark/ark-22.08.1.ebuild @@ -46,9 +46,10 @@ DEPEND="${RDEPEND} >=dev-qt/qtconcurrent-${QTMIN}:5 test? ( >=dev-libs/libzip-1.6.0:= ) " +# app-arch/rar is binary only BDEPEND=" sys-devel/gettext - test? ( amd64? ( app-arch/rar ) x86? ( app-arch/rar ) ) + elibc_glibc? ( test? ( amd64? ( app-arch/rar ) x86? ( app-arch/rar ) ) ) " src_configure() { |