diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-02-15 17:39:40 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-02-15 19:49:41 +0200 |
commit | 0aa2024e75b59d2592a3352a67214f7a027a953b (patch) | |
tree | e2c3fbee04baf1a3787c49aefdef51cb8200f9a7 /app-text/libgepub | |
parent | sys-apps/miller: amd64 arm stable wrt bug #676782 (diff) | |
download | gentoo-0aa2024e75b59d2592a3352a67214f7a027a953b.tar.gz gentoo-0aa2024e75b59d2592a3352a67214f7a027a953b.tar.bz2 gentoo-0aa2024e75b59d2592a3352a67214f7a027a953b.zip |
app-text/libgepub: fix LICENSE
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-text/libgepub')
-rw-r--r-- | app-text/libgepub/libgepub-0.4.ebuild | 2 | ||||
-rw-r--r-- | 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 816748d46117..101e914610a2 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 37ff044fb87c..8f894e8e55f1 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" |