From fb5bc779bde1a150a3c22c4828b6fc701c5aa37f Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 10 Jun 2024 20:21:52 +0200 Subject: [PATCH] app-emulation/libdsk: fix LICENSE Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/37110 Signed-off-by: Arthur Zamarin --- app-emulation/libdsk/libdsk-1.5.18.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/libdsk/libdsk-1.5.18.ebuild b/app-emulation/libdsk/libdsk-1.5.18.ebuild index 6e18e9b1aed02..1de391ddb3052 100644 --- a/app-emulation/libdsk/libdsk-1.5.18.ebuild +++ b/app-emulation/libdsk/libdsk-1.5.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ DESCRIPTION="LIBDSK is a library for accessing discs and disc image files" HOMEPAGE="https://www.seasip.info/Unix/LibDsk/" SRC_URI="https://www.seasip.info/Unix/LibDsk/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64" IUSE="doc"