commit: c3dadaaab92a3dfd8b219eb346bebbad79997be7 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Wed Dec 5 08:03:44 2018 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> 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 <leio <AT> 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"
