commit: 1c17e16ad46cbd888fb556558efa66c8fa8e12a2
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 3 21:33:09 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jan 3 21:33:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c17e16a
x11-themes/fluent-icon-theme: use usev
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
x11-themes/fluent-icon-theme/fluent-icon-theme-2021.12.20.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-themes/fluent-icon-theme/fluent-icon-theme-2021.12.20.ebuild
b/x11-themes/fluent-icon-theme/fluent-icon-theme-2021.12.20.ebuild
index fd58d9f171e1..82a474b46799 100644
--- a/x11-themes/fluent-icon-theme/fluent-icon-theme-2021.12.20.ebuild
+++ b/x11-themes/fluent-icon-theme/fluent-icon-theme-2021.12.20.ebuild
@@ -39,8 +39,8 @@ src_install() {
local myinstallopts=(
--all
--dest "${ED}/usr/share/icons"
- $(usex black '--black' '')
- $(usex round '--round' '')
+ $(usev black '--black')
+ $(usev round '--round')
)
bash ./install.sh "${myinstallopts[@]}" || die "install script failed"