diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2021-01-30 12:29:29 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2021-01-30 12:51:49 +0300 |
commit | a76641e3eaf92f7c8b19af72e44c9fea310338c2 (patch) | |
tree | 5e749c66885b4f91af13ec4a8fb985bebc5f6ecc /app-text/xpdf | |
parent | dev-perl/Conf-Libconfig: Keyword 0.100.0-r2 ~m68k re bug #689338 (diff) | |
download | gentoo-a76641e3eaf92f7c8b19af72e44c9fea310338c2.tar.gz gentoo-a76641e3eaf92f7c8b19af72e44c9fea310338c2.tar.bz2 gentoo-a76641e3eaf92f7c8b19af72e44c9fea310338c2.zip |
app-text/xpdf: update license
It is either GPLv2 or GPLv3, not mix of both; see README:
Xpdf is licensed under the GNU General Public License (GPL), version 2
or 3. This means that you can distribute derivatives of Xpdf under
any of the following:
- GPL v2 only
- GPL v3 only
- GPL v2 or v3
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'app-text/xpdf')
-rw-r--r-- | app-text/xpdf/xpdf-4.02-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/xpdf/xpdf-4.02-r4.ebuild b/app-text/xpdf/xpdf-4.02-r4.ebuild index e887f2ce9966..42e80e86fbd6 100644 --- a/app-text/xpdf/xpdf-4.02-r4.ebuild +++ b/app-text/xpdf/xpdf-4.02-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,7 @@ SRC_URI="https://xpdfreader-dl.s3.amazonaws.com/${P}.tar.gz https://xpdfreader-dl.s3.amazonaws.com/xpdf-turkish.tar.gz )" -LICENSE="GPL-2 GPL-3 i18n? ( BSD )" +LICENSE="|| ( GPL-2 GPL-3 ) i18n? ( BSD )" SLOT="0" KEYWORDS="amd64 x86" IUSE="cmyk cups +fontconfig i18n icons +libpaper metric opi png +textselect utils" |