commit: b5d4552345243d28906f15a093ee1b03ffca00b2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu Mar 6 18:04:14 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Mar 6 18:04:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d45523
dev-util/drone: fix LICENSE for dependent Closes: https://bugs.gentoo.org/695240 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-util/drone/drone-2.18.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-util/drone/drone-2.18.0.ebuild b/dev-util/drone/drone-2.18.0.ebuild index 6f45d08d86b7..f3ca2ef56b80 100644 --- a/dev-util/drone/drone-2.18.0.ebuild +++ b/dev-util/drone/drone-2.18.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 @@ -10,6 +10,8 @@ SRC_URI="https://github.com/drone/drone/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"
