diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-06-10 20:21:52 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-13 17:47:34 +0300 |
commit | fb5bc779bde1a150a3c22c4828b6fc701c5aa37f (patch) | |
tree | 3734dda5fec2b349a1309b55fccf2c3d4dadbb2b /app-emulation | |
parent | app-emulation/libdsk: add 1.5.18 (diff) | |
download | gentoo-fb5bc779bde1a150a3c22c4828b6fc701c5aa37f.tar.gz gentoo-fb5bc779bde1a150a3c22c4828b6fc701c5aa37f.tar.bz2 gentoo-fb5bc779bde1a150a3c22c4828b6fc701c5aa37f.zip |
app-emulation/libdsk: fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/37110
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libdsk/libdsk-1.5.18.ebuild | 4 |
1 files 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 6e18e9b1aed0..1de391ddb305 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" |