commit: ced74517d1bdc2438ffde326a02da5c0d99139fe Author: orbea <orbea <AT> riseup <DOT> net> AuthorDate: Thu Feb 5 20:56:35 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 11 07:17:32 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced74517
games-emulation/melonds-jg: fix LICENSE This erroneously listed BSD-1 when it should have been FatFs. Signed-off-by: orbea <orbea <AT> riseup.net> Part-of: https://github.com/gentoo/gentoo/pull/45650 Signed-off-by: Sam James <sam <AT> gentoo.org> games-emulation/melonds-jg/melonds-jg-1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-emulation/melonds-jg/melonds-jg-1.0.0.ebuild b/games-emulation/melonds-jg/melonds-jg-1.0.0.ebuild index c3d8bc14e7f2..254231cc4e40 100644 --- a/games-emulation/melonds-jg/melonds-jg-1.0.0.ebuild +++ b/games-emulation/melonds-jg/melonds-jg-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ else KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi -LICENSE="BSD-1 BSD-2 GPL-3+ MIT Unlicense public-domain" +LICENSE="BSD-2 FatFs GPL-3+ MIT Unlicense public-domain" SLOT="1" DEPEND="
