diff options
author | 2017-09-18 20:23:01 +0200 | |
---|---|---|
committer | 2017-09-18 14:31:03 -0400 | |
commit | 4bdf4338e536794cad8a9d15a7199d0a9d564708 (patch) | |
tree | e6cf41def436e18d35128bd89dd981ff7a9c24b5 /app-i18n/fcitx-m17n | |
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-m17n')
-rw-r--r-- | app-i18n/fcitx-m17n/fcitx-m17n-0.2.3.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/fcitx-m17n/fcitx-m17n-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-i18n/fcitx-m17n/fcitx-m17n-0.2.3.ebuild b/app-i18n/fcitx-m17n/fcitx-m17n-0.2.3.ebuild index 0c50d7b48564..557010c245bf 100644 --- a/app-i18n/fcitx-m17n/fcitx-m17n-0.2.3.ebuild +++ b/app-i18n/fcitx-m17n/fcitx-m17n-0.2.3.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="LGPL-2.1+" -SLOT="0" +SLOT="4" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" IUSE="" diff --git a/app-i18n/fcitx-m17n/fcitx-m17n-9999.ebuild b/app-i18n/fcitx-m17n/fcitx-m17n-9999.ebuild index f4adea1a0fe2..b6fd196b4093 100644 --- a/app-i18n/fcitx-m17n/fcitx-m17n-9999.ebuild +++ b/app-i18n/fcitx-m17n/fcitx-m17n-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="LGPL-2.1+" -SLOT="0" +SLOT="4" KEYWORDS="" IUSE="" |