summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-01-03 22:33:09 +0100
committerMaciej Barć <xgqt@gentoo.org>2022-01-03 22:33:09 +0100
commit1c17e16ad46cbd888fb556558efa66c8fa8e12a2 (patch)
tree1410d730fd0fb59b363d36cef6fbf03f750bc931 /x11-themes
parentx11-themes/fluent-icon-theme: new package; add version 2021.12.20 (diff)
downloadgentoo-1c17e16ad46cbd888fb556558efa66c8fa8e12a2.tar.gz
gentoo-1c17e16ad46cbd888fb556558efa66c8fa8e12a2.tar.bz2
gentoo-1c17e16ad46cbd888fb556558efa66c8fa8e12a2.zip
x11-themes/fluent-icon-theme: use usev
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/fluent-icon-theme/fluent-icon-theme-2021.12.20.ebuild4
1 files 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"