From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3937E138359 for ; Wed, 2 Sep 2020 14:25:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CE84E092F; Wed, 2 Sep 2020 14:25:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52716E092F for ; Wed, 2 Sep 2020 14:25:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 659FC340E0F for ; Wed, 2 Sep 2020 14:25:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FC5C327 for ; Wed, 2 Sep 2020 14:25:39 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1599056715.c7f3e204b0110d37761e4e6e904e53648296e836.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/libskk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/libskk/libskk-1.0.2.ebuild X-VCS-Directories: app-i18n/libskk/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: c7f3e204b0110d37761e4e6e904e53648296e836 X-VCS-Branch: master Date: Wed, 2 Sep 2020 14:25:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 33778a4f-68d0-4d16-9c0a-23b75521cd56 X-Archives-Hash: 5a25a400c2e78ecbfe1a5d69052cdad4 commit: c7f3e204b0110d37761e4e6e904e53648296e836 Author: Akinori Hattori gentoo org> AuthorDate: Wed Sep 2 14:18:42 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed Sep 2 14:25:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7f3e204 app-i18n/libskk: update LICENSE Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Akinori Hattori gentoo.org> app-i18n/libskk/libskk-1.0.2.ebuild | 4 ++-- 1 file 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 559b09d8e28..e71ff103eda 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"