commit: 032cb76a0413a591e15e9f57a0c24cba59d8fd70 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jan 27 15:19:57 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jan 27 15:22:03 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032cb76a
sys-apps/gentoo-functions: update LICENSE Newly-added shquote is licenced under BSD. Bug: https://bugs.gentoo.org/940103 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/gentoo-functions/gentoo-functions-1.7.5.ebuild | 2 +- sys-apps/gentoo-functions/gentoo-functions-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/gentoo-functions/gentoo-functions-1.7.5.ebuild b/sys-apps/gentoo-functions/gentoo-functions-1.7.5.ebuild index 9ce9e9c50e1a..8eabcd6e63b3 100644 --- a/sys-apps/gentoo-functions/gentoo-functions-1.7.5.ebuild +++ b/sys-apps/gentoo-functions/gentoo-functions-1.7.5.ebuild @@ -16,7 +16,7 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris" fi -LICENSE="GPL-2" +LICENSE="GPL-2 BSD" SLOT="0" IUSE="test" RESTRICT="!test? ( test )" diff --git a/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild b/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild index 5aadee34e243..8eabcd6e63b3 100644 --- a/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild +++ b/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Gentoo Authors +# Copyright 2014-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris" fi -LICENSE="GPL-2" +LICENSE="GPL-2 BSD" SLOT="0" IUSE="test" RESTRICT="!test? ( test )"
