diff options
author | Akinori Hattori <hattya@gentoo.org> | 2020-09-02 23:18:42 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-09-02 23:25:15 +0900 |
commit | c7f3e204b0110d37761e4e6e904e53648296e836 (patch) | |
tree | 1fe389c547d0b1f6a57db0a2be087dbe7df804a2 /app-i18n/libskk | |
parent | app-i18n/sunpinyin-data: Use EAPI="7". Set more accurate dependency. (diff) | |
download | gentoo-c7f3e204b0110d37761e4e6e904e53648296e836.tar.gz gentoo-c7f3e204b0110d37761e4e6e904e53648296e836.tar.bz2 gentoo-c7f3e204b0110d37761e4e6e904e53648296e836.zip |
app-i18n/libskk: update LICENSE
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n/libskk')
-rw-r--r-- | app-i18n/libskk/libskk-1.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/libskk/libskk-1.0.2.ebuild b/app-i18n/libskk/libskk-1.0.2.ebuild index 559b09d8e283..e71ff103edaf 100644 --- a/app-i18n/libskk/libskk-1.0.2.ebuild +++ b/app-i18n/libskk/libskk-1.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -9,7 +9,7 @@ DESCRIPTION="GObject-based library to deal with Japanese kana-to-kanji conversio HOMEPAGE="https://github.com/ueno/libskk" SRC_URI="https://github.com/ueno/${PN}/releases/download/${PV}/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 x86" IUSE="+introspection nls static-libs" |