commit: c9f4de5fa63ad871eff25654a631ddeac4e442fa Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Sun Jun 29 04:21:37 2025 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Sun Jun 29 04:26:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f4de5f
app-i18n/fcitx-hangul: fix QA warning variable S should occur before KEYWORDS Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild | 4 ++-- app-i18n/fcitx-hangul/fcitx-hangul-5.1.6.ebuild | 2 +- app-i18n/fcitx-hangul/fcitx-hangul-5.1.7.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild b/app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild index 144b1b4c7537..ed4fcea0628e 100644 --- a/app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild +++ b/app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,6 +11,7 @@ DESCRIPTION="Korean Hangul input method for Fcitx" HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-hangul" SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz" +S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="LGPL-2.1+" SLOT="5" KEYWORDS="amd64 ~arm64 ~loong ~riscv x86" @@ -27,5 +28,4 @@ BDEPEND=" virtual/pkgconfig " -S="${WORKDIR}/${MY_PN}-${PV}" DOCS=( AUTHORS ) diff --git a/app-i18n/fcitx-hangul/fcitx-hangul-5.1.6.ebuild b/app-i18n/fcitx-hangul/fcitx-hangul-5.1.6.ebuild index 716c2014e5b0..17b9e3a27322 100644 --- a/app-i18n/fcitx-hangul/fcitx-hangul-5.1.6.ebuild +++ b/app-i18n/fcitx-hangul/fcitx-hangul-5.1.6.ebuild @@ -11,6 +11,7 @@ DESCRIPTION="Korean Hangul input method for Fcitx" HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-hangul" SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst" +S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="LGPL-2.1+" SLOT="5" KEYWORDS="amd64 ~arm64 ~loong ~riscv x86" @@ -27,5 +28,4 @@ BDEPEND=" virtual/pkgconfig " -S="${WORKDIR}/${MY_PN}-${PV}" DOCS=( AUTHORS ) diff --git a/app-i18n/fcitx-hangul/fcitx-hangul-5.1.7.ebuild b/app-i18n/fcitx-hangul/fcitx-hangul-5.1.7.ebuild index fae4f1c54052..9b6a736ac9cd 100644 --- a/app-i18n/fcitx-hangul/fcitx-hangul-5.1.7.ebuild +++ b/app-i18n/fcitx-hangul/fcitx-hangul-5.1.7.ebuild @@ -11,6 +11,7 @@ DESCRIPTION="Korean Hangul input method for Fcitx" HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-hangul" SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst" +S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="LGPL-2.1+" SLOT="5" KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86" @@ -27,5 +28,4 @@ BDEPEND=" virtual/pkgconfig " -S="${WORKDIR}/${MY_PN}-${PV}" DOCS=( AUTHORS )
