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 9F06B138334 for ; Wed, 5 Dec 2018 08:24:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F8A8E0871; Wed, 5 Dec 2018 08:24:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 38A8AE0871 for ; Wed, 5 Dec 2018 08:24:25 +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 10772335CC0 for ; Wed, 5 Dec 2018 08:24:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D807F445 for ; Wed, 5 Dec 2018 08:24:21 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1543998088.c3dadaaab92a3dfd8b219eb346bebbad79997be7.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/dconf-editor/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild X-VCS-Directories: gnome-base/dconf-editor/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: c3dadaaab92a3dfd8b219eb346bebbad79997be7 X-VCS-Branch: master Date: Wed, 5 Dec 2018 08:24:21 +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: 855f1efd-b271-46dd-a8a6-5b0043c7feff X-Archives-Hash: d80564ac72b80c6d38b8921c6609d2c4 commit: c3dadaaab92a3dfd8b219eb346bebbad79997be7 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Dec 5 08:03:44 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Dec 5 08:21:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3dadaaa gnome-base/dconf-editor: fix LICENSE It's GPL-3+, not LGPL Signed-off-by: Mart Raudsepp gentoo.org> Package-Manager: Portage-2.3.52, Repoman-2.3.11 gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild b/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild index b8bda70177d..354b87ac196 100644 --- a/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild +++ b/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild @@ -8,7 +8,7 @@ inherit gnome2 DESCRIPTION="Graphical tool for editing the dconf configuration database" HOMEPAGE="https://git.gnome.org/browse/dconf-editor" -LICENSE="LGPL-2.1+" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-linux"