diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2017-09-27 11:03:03 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-09-27 15:57:00 -0400 |
commit | 9d1c1156c5fed05cbc4b62c62b3f31bdad0542ba (patch) | |
tree | 7ade8fa4b50e715a0cb240e93dd8f468e0336a6f /app-i18n/fcitx-sayura | |
parent | app-i18n/fcitx-qt5: Use ${Fcitx_major_version}.9999 version scheme for live e... (diff) | |
download | gentoo-9d1c1156c5fed05cbc4b62c62b3f31bdad0542ba.tar.gz gentoo-9d1c1156c5fed05cbc4b62c62b3f31bdad0542ba.tar.bz2 gentoo-9d1c1156c5fed05cbc4b62c62b3f31bdad0542ba.zip |
app-i18n/fcitx-sayura: Use ${Fcitx_major_version}.9999 version scheme for live ebuild.
Diffstat (limited to 'app-i18n/fcitx-sayura')
-rw-r--r-- | app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild (renamed from app-i18n/fcitx-sayura/fcitx-sayura-9999.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/fcitx-sayura/fcitx-sayura-9999.ebuild b/app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild index 2010eddf3d1c..25f9260f4854 100644 --- a/app-i18n/fcitx-sayura/fcitx-sayura-9999.ebuild +++ b/app-i18n/fcitx-sayura/fcitx-sayura-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-sayura" @@ -13,7 +13,7 @@ fi DESCRIPTION="Sinhala Sayura input method for Fcitx" HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-sayura" -if [[ "${PV}" == "9999" ]]; then +if [[ "${PV}" =~ (^|\.)9999$ ]]; then SRC_URI="" else SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz" |