From ab79bca4f761b6b1aa7870bdbb2070c469bccc2c Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Wed, 7 Jun 2023 15:14:33 -0700 Subject: x11-themes/tela-icon-theme: make hardlink dep conditional Signed-off-by: Georgy Yakovlev --- x11-themes/tela-icon-theme/tela-icon-theme-20230203.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-themes/tela-icon-theme/tela-icon-theme-20230203.ebuild b/x11-themes/tela-icon-theme/tela-icon-theme-20230203.ebuild index c6ef1f2ee896..3a0301169077 100644 --- a/x11-themes/tela-icon-theme/tela-icon-theme-20230203.ebuild +++ b/x11-themes/tela-icon-theme/tela-icon-theme-20230203.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -38,7 +38,7 @@ RESTRICT="binchecks strip test" # technically we can use app-arch/hardlink too, but it's deprecated BDEPEND=" app-shells/bash - sys-apps/util-linux[hardlink(-)?] + hardlink? ( sys-apps/util-linux[hardlink(-)?] ) " src_prepare() { -- cgit v1.2.3-65-gdbad