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 9A398138335 for ; Wed, 6 Feb 2019 13:34:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CE1AE0AEA; Wed, 6 Feb 2019 13:34:42 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43188E0AEA for ; Wed, 6 Feb 2019 13:34:42 +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 C8A07335DA2 for ; Wed, 6 Feb 2019 13:34:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9442539 for ; Wed, 6 Feb 2019 13:34:38 +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: <1549460002.4d63f02099c5ee33e5eadaf297d7461af4e46d67.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/w3mmee/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild X-VCS-Directories: www-client/w3mmee/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 4d63f02099c5ee33e5eadaf297d7461af4e46d67 X-VCS-Branch: master Date: Wed, 6 Feb 2019 13:34:38 +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: 738c3bcb-a7d8-4240-b422-be4a549d181d X-Archives-Hash: 11b1150daefca08cbba2b2d9a450dd15 commit: 4d63f02099c5ee33e5eadaf297d7461af4e46d67 Author: Akinori Hattori gentoo org> AuthorDate: Wed Feb 6 13:33:22 2019 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed Feb 6 13:33:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d63f020 www-client/w3mmee: fix license Signed-off-by: Akinori Hattori gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild b/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild index 5b9175e8b33..6572d1840d4 100644 --- a/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild +++ b/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="http://pub.ks-and-ks.ne.jp/prog/w3mmee/" SRC_URI="http://pub.ks-and-ks.ne.jp/prog/pub/${MY_P}.tar.gz" SLOT="0" -LICENSE="public-domain" +LICENSE="w3m" KEYWORDS="amd64 ppc x86" IUSE="gpm imlib libressl nls ssl xface"