summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2021-10-09 15:52:20 +0900
committerAkinori Hattori <hattya@gentoo.org>2021-10-09 15:54:13 +0900
commitd9ac0810d01c4b391ce0c5c2f9e46745c87be90b (patch)
treef7ccee1e7cd6f4335b6f7fbcd10c087e3f0d555b /app-i18n/libkkc/libkkc-9999.ebuild
parentapp-i18n/libkkc: add missing dependency (diff)
downloadgentoo-d9ac0810d01c4b391ce0c5c2f9e46745c87be90b.tar.gz
gentoo-d9ac0810d01c4b391ce0c5c2f9e46745c87be90b.tar.bz2
gentoo-d9ac0810d01c4b391ce0c5c2f9e46745c87be90b.zip
app-i18n/libkkc: new snapshot
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n/libkkc/libkkc-9999.ebuild')
-rw-r--r--app-i18n/libkkc/libkkc-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/libkkc/libkkc-9999.ebuild b/app-i18n/libkkc/libkkc-9999.ebuild
index 183f06d8a6ea..bdb032a77182 100644
--- a/app-i18n/libkkc/libkkc-9999.ebuild
+++ b/app-i18n/libkkc/libkkc-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit autotools python-any-r1 vala
@@ -10,7 +10,7 @@ if [[ "${PV}" == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/ueno/libkkc"
-elif [[ "${PV}" == *_pre* ]]; then
+elif [[ "${PV}" == *_p* ]]; then
inherit vcs-snapshot
EGIT_COMMIT=""
@@ -20,7 +20,7 @@ DESCRIPTION="Japanese Kana Kanji conversion input method library"
HOMEPAGE="https://github.com/ueno/libkkc"
if [[ "${PV}" == "9999" ]]; then
SRC_URI=""
-elif [[ "${PV}" == *_pre* ]]; then
+elif [[ "${PV}" == *_p* ]]; then
SRC_URI="https://github.com/ueno/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
else
SRC_URI="https://github.com/ueno/${PN}/releases/download/v${PV}/${P}.tar.gz"