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 7282D138359 for ; Wed, 2 Sep 2020 14:32:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7040BE0985; Wed, 2 Sep 2020 14:32:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5A2DAE0985 for ; Wed, 2 Sep 2020 14:32:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E2A2A340E71 for ; Wed, 2 Sep 2020 14:32:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 525D9327 for ; Wed, 2 Sep 2020 14:32:01 +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: <1599056869.262b0f8f08dddf0b15bc3fa8c78b3fb6bb9938c1.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-skk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-skk/ibus-skk-1.4.2.ebuild X-VCS-Directories: app-i18n/ibus-skk/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 262b0f8f08dddf0b15bc3fa8c78b3fb6bb9938c1 X-VCS-Branch: master Date: Wed, 2 Sep 2020 14:32:01 +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: 2ecb05b8-e1d1-4ad6-8d3f-a098eaa9a537 X-Archives-Hash: 2e3117325f05de245cdd1c6698cc08a1 commit: 262b0f8f08dddf0b15bc3fa8c78b3fb6bb9938c1 Author: Akinori Hattori gentoo org> AuthorDate: Wed Sep 2 14:27:49 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed Sep 2 14:27:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=262b0f8f app-i18n/ibus-skk: update LICENSE Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Akinori Hattori gentoo.org> app-i18n/ibus-skk/ibus-skk-1.4.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/ibus-skk/ibus-skk-1.4.2.ebuild b/app-i18n/ibus-skk/ibus-skk-1.4.2.ebuild index 0ad3a06bbcb..dd4406d4391 100644 --- a/app-i18n/ibus-skk/ibus-skk-1.4.2.ebuild +++ b/app-i18n/ibus-skk/ibus-skk-1.4.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="Japanese SKK engine for IBus" HOMEPAGE="https://github.com/ueno/ibus-skk" SRC_URI="https://github.com/ueno/${PN}/releases/download/${P}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 x86" IUSE="nls"