Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/libskk/
Date: Thu, 14 Oct 2021 12:37:27
Message-Id: 1634215036.489923aef5d1efdc403fee249736557b3434bf8d.hattya@gentoo
1 commit: 489923aef5d1efdc403fee249736557b3434bf8d
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 14 12:32:13 2021 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 14 12:37:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489923ae
7
8 app-i18n/libskk: fix src_prepare
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/libskk/libskk-1.0.5_p20210830.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-i18n/libskk/libskk-1.0.5_p20210830.ebuild b/app-i18n/libskk/libskk-1.0.5_p20210830.ebuild
17 index 945a61075ae..b0caa5c5a71 100644
18 --- a/app-i18n/libskk/libskk-1.0.5_p20210830.ebuild
19 +++ b/app-i18n/libskk/libskk-1.0.5_p20210830.ebuild
20 @@ -29,8 +29,8 @@ BDEPEND="$(vala_depend)
21
22 src_prepare() {
23 vala_src_prepare
24 - eautoreconf
25 default
26 + eautoreconf
27 }
28
29 src_configure() {