commit: 083ae78cf4cf0f4124dd18b1e8cb3acd5369ef47 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Tue Jun 13 14:41:10 2023 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Tue Jun 13 14:41:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=083ae78c
dev-db/influx-cli: update LICENSE Signed-off-by: William Hubbs <williamh <AT> gentoo.org> dev-db/influx-cli/influx-cli-2.7.3.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-db/influx-cli/influx-cli-2.7.3.ebuild b/dev-db/influx-cli/influx-cli-2.7.3.ebuild index deefe0de73ef..32cb6d38589f 100644 --- a/dev-db/influx-cli/influx-cli-2.7.3.ebuild +++ b/dev-db/influx-cli/influx-cli-2.7.3.ebuild @@ -11,12 +11,11 @@ HOMEPAGE="https://github.com/influxdata/influx-cli" SRC_URI="https://github.com/influxdata/influx-cli/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" -LICENSE="MIT" +LICENSE="Apache-2.0 BSD BSD-2 MIT" SLOT="0" KEYWORDS="~amd64" -RESTRICT+=" test" - +RESTRICT=" test" src_compile() { unset LDFLAGS
