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 99BEC138334 for ; Fri, 15 Feb 2019 17:51:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B85FE0891; Fri, 15 Feb 2019 17:51:18 +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 5DBBCE0891 for ; Fri, 15 Feb 2019 17:51:18 +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 CB9D6335CD9 for ; Fri, 15 Feb 2019 17:51:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41B8644B for ; Fri, 15 Feb 2019 17:51:15 +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: <1550252981.0aa2024e75b59d2592a3352a67214f7a027a953b.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libgepub/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libgepub/libgepub-0.4.ebuild app-text/libgepub/libgepub-0.5.2.ebuild X-VCS-Directories: app-text/libgepub/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 0aa2024e75b59d2592a3352a67214f7a027a953b X-VCS-Branch: master Date: Fri, 15 Feb 2019 17:51:15 +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: 993486a8-d6d1-43c5-b0a6-2fb80c2cfc44 X-Archives-Hash: 19e0649e80b635f2222442104bc7081d commit: 0aa2024e75b59d2592a3352a67214f7a027a953b Author: Mart Raudsepp gentoo org> AuthorDate: Fri Feb 15 15:39:40 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Feb 15 17:49:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa2024e app-text/libgepub: fix LICENSE Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> app-text/libgepub/libgepub-0.4.ebuild | 2 +- app-text/libgepub/libgepub-0.5.2.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/libgepub/libgepub-0.4.ebuild b/app-text/libgepub/libgepub-0.4.ebuild index 816748d4611..101e914610a 100644 --- a/app-text/libgepub/libgepub-0.4.ebuild +++ b/app-text/libgepub/libgepub-0.4.ebuild @@ -8,7 +8,7 @@ inherit gnome2 DESCRIPTION="GObject based library for handling and rendering epub documents" HOMEPAGE="https://git.gnome.org/browse/libgepub" -LICENSE="LGPL-2" +LICENSE="LGPL-2+" SLOT="0" KEYWORDS="amd64 x86" IUSE="+introspection" diff --git a/app-text/libgepub/libgepub-0.5.2.ebuild b/app-text/libgepub/libgepub-0.5.2.ebuild index 37ff044fb87..8f894e8e55f 100644 --- a/app-text/libgepub/libgepub-0.5.2.ebuild +++ b/app-text/libgepub/libgepub-0.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit gnome.org meson DESCRIPTION="GObject based library for handling and rendering epub documents" HOMEPAGE="https://git.gnome.org/browse/libgepub" -LICENSE="LGPL-2" +LICENSE="LGPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+introspection"