Skip to content

Commit

Permalink
app-i18n/fcitx-unikey: Use ${Fcitx_major_version}.9999 version scheme…
Browse files Browse the repository at this point in the history
… for live ebuild.
  • Loading branch information
Arfrever Frehtes Taifersar Arahesis authored and floppym committed Sep 27, 2017
1 parent df512ab commit 48ab295
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ EAPI="6"

inherit cmake-utils gnome2-utils

if [[ "${PV}" == "9999" ]]; then
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3

EGIT_REPO_URI="https://github.com/fcitx/fcitx-unikey"
fi

DESCRIPTION="Vietnamese Unikey input methods for Fcitx"
HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-unikey"
if [[ "${PV}" == "9999" ]]; then
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
SRC_URI=""
else
SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz"
Expand Down

0 comments on commit 48ab295

Please sign in to comment.