summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2017-09-27 01:14:28 +0200
committerMike Gilbert <floppym@gentoo.org>2017-09-27 15:56:59 -0400
commit3c865b6fc70711ea764825af0a3cf70b2378507f (patch)
treefd481158478faa25fda203d98342f518bf7ff295 /app-i18n
parentapp-i18n/fcitx-libpinyin: Version bump (0.5.3). (diff)
downloadgentoo-3c865b6fc70711ea764825af0a3cf70b2378507f.tar.gz
gentoo-3c865b6fc70711ea764825af0a3cf70b2378507f.tar.bz2
gentoo-3c865b6fc70711ea764825af0a3cf70b2378507f.zip
app-i18n/fcitx-m17n: Use ${Fcitx_major_version}.9999 version scheme for live ebuild.
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild (renamed from app-i18n/fcitx-m17n/fcitx-m17n-9999.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/fcitx-m17n/fcitx-m17n-9999.ebuild b/app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild
index b6fd196b4093..813ccc34e11f 100644
--- a/app-i18n/fcitx-m17n/fcitx-m17n-9999.ebuild
+++ b/app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
inherit cmake-utils
-if [[ "${PV}" == "9999" ]]; then
+if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/fcitx/fcitx-m17n"
@@ -13,7 +13,7 @@ fi
DESCRIPTION="m17n-provided input methods for Fcitx"
HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-m17n"
-if [[ "${PV}" == "9999" ]]; then
+if [[ "${PV}" =~ (^|\.)9999$ ]]; then
SRC_URI=""
else
SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz"