commit:     ab79bca4f761b6b1aa7870bdbb2070c469bccc2c
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  7 22:14:33 2023 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Jun  7 22:20:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab79bca4

x11-themes/tela-icon-theme: make hardlink dep conditional

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 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() {

Reply via email to