commit: 96ef8734ed87e4666cd00dde913c0c283eaa79bf Author: jinqiang zhang <peeweep <AT> 0x0 <DOT> ee> AuthorDate: Fri Jan 30 11:33:25 2026 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Sat Jan 31 11:45:51 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ef8734
app-i18n/fcitx-anthy: fix variables order Signed-off-by: jinqiang zhang <peeweep <AT> 0x0.ee> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> app-i18n/fcitx-anthy/fcitx-anthy-5.1.6.ebuild | 4 ++-- app-i18n/fcitx-anthy/fcitx-anthy-5.1.8.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-i18n/fcitx-anthy/fcitx-anthy-5.1.6.ebuild b/app-i18n/fcitx-anthy/fcitx-anthy-5.1.6.ebuild index d6e6106af138..2b7f9b4ae930 100644 --- a/app-i18n/fcitx-anthy/fcitx-anthy-5.1.6.ebuild +++ b/app-i18n/fcitx-anthy/fcitx-anthy-5.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024-2025 Gentoo Authors +# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,6 +11,7 @@ DESCRIPTION="Japanese Anthy input methods for Fcitx5" HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-anthy" SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst" +S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="GPL-2+" SLOT="5" KEYWORDS="amd64 ~arm64 ~loong ~riscv x86" @@ -28,5 +29,4 @@ BDEPEND=" virtual/pkgconfig " -S="${WORKDIR}/${MY_PN}-${PV}" DOCS=( AUTHORS ) diff --git a/app-i18n/fcitx-anthy/fcitx-anthy-5.1.8.ebuild b/app-i18n/fcitx-anthy/fcitx-anthy-5.1.8.ebuild index bb692cb19b14..fe5be95449b9 100644 --- a/app-i18n/fcitx-anthy/fcitx-anthy-5.1.8.ebuild +++ b/app-i18n/fcitx-anthy/fcitx-anthy-5.1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024-2025 Gentoo Authors +# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,6 +11,7 @@ DESCRIPTION="Japanese Anthy input methods for Fcitx5" HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-anthy" SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst" +S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="GPL-2+" SLOT="5" KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86" @@ -28,5 +29,4 @@ BDEPEND=" virtual/pkgconfig " -S="${WORKDIR}/${MY_PN}-${PV}" DOCS=( AUTHORS )
