app-i18n/fcitx-hangul: fix QA warning

variable S should occur before KEYWORDS

Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
Yixun Lan
2025-06-29 04:21:37 +00:00
parent 95c2fe935a
commit c9f4de5fa6
3 changed files with 4 additions and 4 deletions

View File

@@ -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 )

View File

@@ -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 )

View File

@@ -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 )