diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2023-06-07 15:14:33 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2023-06-07 15:20:20 -0700 |
commit | ab79bca4f761b6b1aa7870bdbb2070c469bccc2c (patch) | |
tree | 65cd47660dd41769235b86315648640ab2d4a2f6 /x11-themes | |
parent | x11-themes/tela-icon-theme: Remove 20220828-r2 (diff) | |
download | gentoo-ab79bca4f761b6b1aa7870bdbb2070c469bccc2c.tar.gz gentoo-ab79bca4f761b6b1aa7870bdbb2070c469bccc2c.tar.bz2 gentoo-ab79bca4f761b6b1aa7870bdbb2070c469bccc2c.zip |
x11-themes/tela-icon-theme: make hardlink dep conditional
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/tela-icon-theme/tela-icon-theme-20230203.ebuild | 4 |
1 files 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() { |