commit: ffa658b85883d9343cdb767f1945a24c8c514b08 Author: idealseal <realidealseal <AT> protonmail <DOT> com> AuthorDate: Mon May 19 19:34:19 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 21 21:02:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa658b8
sys-process/btop: update LICENSE The Intel gpu code is licensend under MIT. Signed-off-by: idealseal <realidealseal <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42160 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-process/btop/btop-1.4.0.ebuild | 2 +- sys-process/btop/btop-1.4.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-process/btop/btop-1.4.0.ebuild b/sys-process/btop/btop-1.4.0.ebuild index 102662ca564a..d0873d14123a 100644 --- a/sys-process/btop/btop-1.4.0.ebuild +++ b/sys-process/btop/btop-1.4.0.ebuild @@ -11,7 +11,7 @@ SRC_URI=" https://github.com/aristocratos/btop/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz " -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 MIT" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv x86" diff --git a/sys-process/btop/btop-1.4.1.ebuild b/sys-process/btop/btop-1.4.1.ebuild index 0bda46b7d2d2..6d232f4f9889 100644 --- a/sys-process/btop/btop-1.4.1.ebuild +++ b/sys-process/btop/btop-1.4.1.ebuild @@ -11,7 +11,7 @@ SRC_URI=" https://github.com/aristocratos/btop/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz " -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~x86"
