diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2025-01-02 21:33:33 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2025-01-04 23:46:53 +0100 |
commit | d9d545785efb377ee4b07db961598a54fb569c3c (patch) | |
tree | 8e74992f6d8926f8279155213e4cb1f4ef8375e8 /app-text | |
parent | app-text/xchm: add 1.37 (diff) | |
download | gentoo-d9d545785efb377ee4b07db961598a54fb569c3c.tar.gz gentoo-d9d545785efb377ee4b07db961598a54fb569c3c.tar.bz2 gentoo-d9d545785efb377ee4b07db961598a54fb569c3c.zip |
app-text/xchm: fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/39951
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xchm/xchm-1.36.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/xchm/xchm-1.36.ebuild b/app-text/xchm/xchm-1.36.ebuild index 4abfca557e5d..96d2b5563bf2 100644 --- a/app-text/xchm/xchm-1.36.ebuild +++ b/app-text/xchm/xchm-1.36.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files" HOMEPAGE="https://github.com/rzvncj/xCHM/" SRC_URI="https://github.com/rzvncj/xCHM/releases/download/${PV}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc ~riscv x86" IUSE="nls" |