diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2017-09-18 20:23:01 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-09-18 14:31:03 -0400 |
commit | 4bdf4338e536794cad8a9d15a7199d0a9d564708 (patch) | |
tree | e6cf41def436e18d35128bd89dd981ff7a9c24b5 /app-i18n/fcitx-unikey | |
parent | app-i18n/kcm-fcitx: Stop using xdg.eclass. (diff) | |
download | gentoo-4bdf4338e536794cad8a9d15a7199d0a9d564708.tar.gz gentoo-4bdf4338e536794cad8a9d15a7199d0a9d564708.tar.bz2 gentoo-4bdf4338e536794cad8a9d15a7199d0a9d564708.zip |
app-i18n/*fcitx*: Use slot based on major version of Fcitx.
This will avoid confusion with Fcitx 5 (which will use slot "5") and
allow to use cleaner dependencies.
Diffstat (limited to 'app-i18n/fcitx-unikey')
-rw-r--r-- | app-i18n/fcitx-unikey/fcitx-unikey-0.2.0.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/fcitx-unikey/fcitx-unikey-0.2.4.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild | 2 | ||||
-rw-r--r-- | app-i18n/fcitx-unikey/fcitx-unikey-9999.ebuild | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.0.ebuild b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.0.ebuild index 99d3086171a5..1d7c8021eef4 100644 --- a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.0.ebuild +++ b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ HOMEPAGE="http://fcitx-im.org/" SRC_URI="https://fcitx.googlecode.com/files/${P}.tar.xz" LICENSE="GPL-3" -SLOT="0" +SLOT="4" KEYWORDS="amd64 ppc ~ppc64 x86" IUSE="+qt4" diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.4.ebuild b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.4.ebuild index 3538aa3cf254..33fddf6a450b 100644 --- a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.4.ebuild +++ b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ HOMEPAGE="http://fcitx-im.org/" SRC_URI="http://download.fcitx-im.org/${PN}/${P}.tar.xz" LICENSE="GPL-3" -SLOT="0" +SLOT="4" KEYWORDS="amd64 ~ppc ppc64 ~x86" IUSE="+qt4" diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild index 5ac2b7ad4abe..b123d156b30c 100644 --- a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild +++ b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild @@ -20,7 +20,7 @@ else fi LICENSE="GPL-2+ GPL-3+" -SLOT="0" +SLOT="4" KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="+macro-editor" diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-9999.ebuild b/app-i18n/fcitx-unikey/fcitx-unikey-9999.ebuild index 61fdfeed6eea..8f1c274d0bdd 100644 --- a/app-i18n/fcitx-unikey/fcitx-unikey-9999.ebuild +++ b/app-i18n/fcitx-unikey/fcitx-unikey-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -20,7 +20,7 @@ else fi LICENSE="GPL-2+ GPL-3+" -SLOT="0" +SLOT="4" KEYWORDS="" IUSE="+macro-editor" |