From 48c2d6bea892280077ef93cca03bceaa4a811edc Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Thu, 6 Mar 2025 20:04:07 +0200 Subject: [PATCH] dev-util/drone-cli: fix LICENSE for dependent Closes: https://bugs.gentoo.org/695240 Signed-off-by: Arthur Zamarin --- dev-util/drone-cli/drone-cli-1.7.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-util/drone-cli/drone-cli-1.7.0.ebuild b/dev-util/drone-cli/drone-cli-1.7.0.ebuild index c71e573f9e5d7..14c1de892f83f 100644 --- a/dev-util/drone-cli/drone-cli-1.7.0.ebuild +++ b/dev-util/drone-cli/drone-cli-1.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,6 +11,8 @@ SRC_URI="https://github.com/drone/drone-cli/archive/v${PV}.tar.gz -> ${P}.tar.gz SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" LICENSE="Apache-2.0" +# Dependent licenses +LICENSE+=" Apache-2.0 BSD BSD-2 MIT MPL-2.0" SLOT="0" KEYWORDS="~amd64"