Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx/
Date: Wed, 15 Nov 2017 19:26:33
Message-Id: 1510773972.0894374e4d4ab8414cc0bad4ff5921efa68f834b.floppym@gentoo
1 commit: 0894374e4d4ab8414cc0bad4ff5921efa68f834b
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Wed Nov 15 15:27:09 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 15 19:26:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0894374e
7
8 app-i18n/fcitx: Fix LICENSE.
9
10 app-i18n/fcitx/fcitx-4.2.9.4.ebuild | 2 +-
11 app-i18n/fcitx/fcitx-4.9999.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/app-i18n/fcitx/fcitx-4.2.9.4.ebuild b/app-i18n/fcitx/fcitx-4.2.9.4.ebuild
15 index 80fdc9b6bda..6519ee38167 100644
16 --- a/app-i18n/fcitx/fcitx-4.2.9.4.ebuild
17 +++ b/app-i18n/fcitx/fcitx-4.2.9.4.ebuild
18 @@ -23,7 +23,7 @@ else
19 SRC_URI="https://download.fcitx-im.org/${PN}/${P}_dict.tar.xz"
20 fi
21
22 -LICENSE="GPL-2+ LGPL-2+ MIT"
23 +LICENSE="BSD-1 GPL-2+ LGPL-2+ MIT"
24 SLOT="4"
25 KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
26 IUSE="+X +autostart +cairo debug +enchant gtk2 gtk3 +introspection lua nls opencc +pango qt4 static-libs +table test +xml"
27
28 diff --git a/app-i18n/fcitx/fcitx-4.9999.ebuild b/app-i18n/fcitx/fcitx-4.9999.ebuild
29 index a3cc2ccaedf..86a2d104577 100644
30 --- a/app-i18n/fcitx/fcitx-4.9999.ebuild
31 +++ b/app-i18n/fcitx/fcitx-4.9999.ebuild
32 @@ -23,7 +23,7 @@ else
33 SRC_URI="https://download.fcitx-im.org/${PN}/${P}_dict.tar.xz"
34 fi
35
36 -LICENSE="GPL-2+ LGPL-2+ MIT"
37 +LICENSE="BSD-1 GPL-2+ LGPL-2+ MIT"
38 SLOT="4"
39 KEYWORDS=""
40 IUSE="+X +autostart +cairo debug +enchant gtk2 gtk3 +introspection lua nls opencc +pango qt4 static-libs +table test +xml"