Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/fluent-icon-theme/
Date: Mon, 03 Jan 2022 21:33:43
Message-Id: 1641245589.1c17e16ad46cbd888fb556558efa66c8fa8e12a2.xgqt@gentoo
1 commit: 1c17e16ad46cbd888fb556558efa66c8fa8e12a2
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 21:33:09 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 21:33:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c17e16a
7
8 x11-themes/fluent-icon-theme: use usev
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
12
13 x11-themes/fluent-icon-theme/fluent-icon-theme-2021.12.20.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 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
17 index fd58d9f171e1..82a474b46799 100644
18 --- a/x11-themes/fluent-icon-theme/fluent-icon-theme-2021.12.20.ebuild
19 +++ b/x11-themes/fluent-icon-theme/fluent-icon-theme-2021.12.20.ebuild
20 @@ -39,8 +39,8 @@ src_install() {
21 local myinstallopts=(
22 --all
23 --dest "${ED}/usr/share/icons"
24 - $(usex black '--black' '')
25 - $(usex round '--round' '')
26 + $(usev black '--black')
27 + $(usev round '--round')
28 )
29 bash ./install.sh "${myinstallopts[@]}" || die "install script failed"