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 CC1B9139694 for ; Thu, 20 Apr 2017 09:06:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31C8821C043; Thu, 20 Apr 2017 09:06:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 124AF21C043 for ; Thu, 20 Apr 2017 09:06:47 +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 3836C341586 for ; Thu, 20 Apr 2017 09:06:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5957743E for ; Thu, 20 Apr 2017 09:06:41 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1492679167.ad0a788b0991b16094f523d6ecca1838c039571c.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/sl/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/sl/sl-5.02.ebuild X-VCS-Directories: app-misc/sl/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: ad0a788b0991b16094f523d6ecca1838c039571c X-VCS-Branch: master Date: Thu, 20 Apr 2017 09:06:41 +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-Archives-Salt: f5155c96-fc37-42c8-91f1-e6355c6dd535 X-Archives-Hash: eb099d5c7592d65b9e372dff6833fcce commit: ad0a788b0991b16094f523d6ecca1838c039571c Author: Ulrich Müller gentoo org> AuthorDate: Thu Apr 20 09:06:07 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Apr 20 09:06:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0a788b app-misc/sl: Specify LICENSE more precisely. Bug: 615486 Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-misc/sl/sl-5.02.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/sl/sl-5.02.ebuild b/app-misc/sl/sl-5.02.ebuild index 272c114f6aa..1c87e8f3359 100644 --- a/app-misc/sl/sl-5.02.ebuild +++ b/app-misc/sl/sl-5.02.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="sophisticated graphical program which corrects your miss typing" HOMEPAGE="http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html https://github.com/mtoyoda/sl/" SRC_URI="https://github.com/mtoyoda/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="freedist" +LICENSE="Toyoda" SLOT="0" KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="l10n_ja"