Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/
Date: Fri, 29 Apr 2022 08:30:49
Message-Id: 1651221032.19aaf5d7601502c477814c55c91a4bb1127ba24c.sam@gentoo
1 commit: 19aaf5d7601502c477814c55c91a4bb1127ba24c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 08:30:27 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 08:30:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19aaf5d7
7
8 app-i18n/ibus: fix die typo
9
10 Reported-by: consolers
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-i18n/ibus/ibus-1.5.26.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-i18n/ibus/ibus-1.5.26.ebuild b/app-i18n/ibus/ibus-1.5.26.ebuild
17 index e8259b0ab2ef..93ead550b71b 100644
18 --- a/app-i18n/ibus/ibus-1.5.26.ebuild
19 +++ b/app-i18n/ibus/ibus-1.5.26.ebuild
20 @@ -87,7 +87,7 @@ src_prepare() {
21 if ! use emoji; then
22 touch \
23 tools/main.vala \
24 - ui/gtk3/panel.vala || dile
25 + ui/gtk3/panel.vala || die
26 fi
27 if ! use appindicator; then
28 touch ui/gtk3/panel.vala || die