Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/libskk/
Date: Wed, 02 Sep 2020 14:25:42
Message-Id: 1599056715.c7f3e204b0110d37761e4e6e904e53648296e836.hattya@gentoo
1 commit: c7f3e204b0110d37761e4e6e904e53648296e836
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 14:18:42 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 14:25:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7f3e204
7
8 app-i18n/libskk: update LICENSE
9
10 Package-Manager: Portage-3.0.4, Repoman-2.3.23
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/libskk/libskk-1.0.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-i18n/libskk/libskk-1.0.2.ebuild b/app-i18n/libskk/libskk-1.0.2.ebuild
17 index 559b09d8e28..e71ff103eda 100644
18 --- a/app-i18n/libskk/libskk-1.0.2.ebuild
19 +++ b/app-i18n/libskk/libskk-1.0.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -9,7 +9,7 @@ DESCRIPTION="GObject-based library to deal with Japanese kana-to-kanji conversio
27 HOMEPAGE="https://github.com/ueno/libskk"
28 SRC_URI="https://github.com/ueno/${PN}/releases/download/${PV}/${P}.tar.gz"
29
30 -LICENSE="GPL-3"
31 +LICENSE="GPL-3+"
32 SLOT="0"
33 KEYWORDS="amd64 x86"
34 IUSE="+introspection nls static-libs"