From e6d2fbc58d986a33635143cc1e475a369f3e4c8d Mon Sep 17 00:00:00 2001 From: David Roman Date: Tue, 5 Nov 2019 19:45:50 +0100 Subject: app-backup/restic: add missing licenses Closes: https://bugs.gentoo.org/694724 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: David Roman Closes: https://github.com/gentoo/gentoo/pull/13557 Signed-off-by: Joonas Niilola --- app-backup/restic/restic-0.9.4.ebuild | 2 +- app-backup/restic/restic-0.9.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app-backup/restic') diff --git a/app-backup/restic/restic-0.9.4.ebuild b/app-backup/restic/restic-0.9.4.ebuild index 7d8f330c0fe9..7c7e7b735157 100644 --- a/app-backup/restic/restic-0.9.4.ebuild +++ b/app-backup/restic/restic-0.9.4.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://restic.github.io/" SRC_URI="https://github.com/restic/restic/archive/v${PV}.tar.gz -> ${P}.tar.gz" EGO_PN="github.com/restic/restic" -LICENSE="BSD-2" +LICENSE="Apache-2.0 BSD BSD-2 LGPL-3-with-linking-exception MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="test" diff --git a/app-backup/restic/restic-0.9.5.ebuild b/app-backup/restic/restic-0.9.5.ebuild index 538885775d0b..9c9a6edff6c4 100644 --- a/app-backup/restic/restic-0.9.5.ebuild +++ b/app-backup/restic/restic-0.9.5.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://restic.github.io/" SRC_URI="https://github.com/restic/restic/archive/v${PV}.tar.gz -> ${P}.tar.gz" EGO_PN="github.com/restic/restic" -LICENSE="BSD-2" +LICENSE="Apache-2.0 BSD BSD-2 LGPL-3-with-linking-exception MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" -- cgit v1.2.3-65-gdbad