From 9ff5ac4aad331f129b92f6b69787bceaf6712683 Mon Sep 17 00:00:00 2001 From: Brett A C Sheffield Date: Thu, 9 Apr 2026 08:57:49 +0200 Subject: [PATCH] net-libs/libnxml: update LICENSE Signed-off-by: Brett A C Sheffield Part-of: https://codeberg.org/gentoo/gentoo/pulls/564 Signed-off-by: Sam James --- net-libs/libnxml/libnxml-0.18.3-r1.ebuild | 4 ++-- net-libs/libnxml/libnxml-0.18.5.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/libnxml/libnxml-0.18.3-r1.ebuild b/net-libs/libnxml/libnxml-0.18.3-r1.ebuild index 68da49679aab1..de3324069df2d 100644 --- a/net-libs/libnxml/libnxml-0.18.3-r1.ebuild +++ b/net-libs/libnxml/libnxml-0.18.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ DESCRIPTION="A C-library for parsing and writing XML 1.0/1.1 files or streams" HOMEPAGE="https://www.autistici.org/bakunin/libnxml/doc/" SRC_URI="https://www.autistici.org/bakunin/${PN}/${P}.tar.gz" -LICENSE="LGPL-2.1" +LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~mips ppc ~ppc64 ~sparc x86" IUSE="doc examples" diff --git a/net-libs/libnxml/libnxml-0.18.5.ebuild b/net-libs/libnxml/libnxml-0.18.5.ebuild index 8aa9540e50e0e..6793005406b80 100644 --- a/net-libs/libnxml/libnxml-0.18.5.ebuild +++ b/net-libs/libnxml/libnxml-0.18.5.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A C-library for parsing and writing XML 1.0/1.1 files or streams" HOMEPAGE="https://www.autistici.org/bakunin/libnxml/doc/" SRC_URI="https://github.com/bakulf/libnxml/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="LGPL-2.1" +LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="doc examples"