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 08BD913835A for ; Tue, 8 Jun 2021 13:24:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3FF9E083D; Tue, 8 Jun 2021 13:24:14 +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 CEFCEE083D for ; Tue, 8 Jun 2021 13:24:14 +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 2C86F340C50 for ; Tue, 8 Jun 2021 13:24:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54F71797 for ; Tue, 8 Jun 2021 13:24:11 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1623158644.c5c62d80b6fabaab3a5cd19f6f1b97da81e4258d.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/luakit/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/luakit/luakit-2.3.ebuild X-VCS-Directories: www-client/luakit/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c5c62d80b6fabaab3a5cd19f6f1b97da81e4258d X-VCS-Branch: master Date: Tue, 8 Jun 2021 13:24:11 +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: b0bee227-c5a5-4f27-ad45-59a0a2e63f55 X-Archives-Hash: 40e8ac62c33f56a3036839f65ddb62ba commit: c5c62d80b6fabaab3a5cd19f6f1b97da81e4258d Author: Joonas Niilola gentoo org> AuthorDate: Tue Jun 8 13:23:25 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Jun 8 13:24:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c62d80 www-client/luakit: fix license on 2.3 Signed-off-by: Joonas Niilola gentoo.org> www-client/luakit/luakit-2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/luakit/luakit-2.3.ebuild b/www-client/luakit/luakit-2.3.ebuild index 8e075591c9a..4898eed6a66 100644 --- a/www-client/luakit/luakit-2.3.ebuild +++ b/www-client/luakit/luakit-2.3.ebuild @@ -18,7 +18,7 @@ else KEYWORDS="~amd64" fi -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" IUSE="doc test"