commit: e6d2fbc58d986a33635143cc1e475a369f3e4c8d Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Tue Nov 5 18:45:50 2019 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Nov 6 15:08:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d2fbc5
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 <davidroman96 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13557 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> 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(-) diff --git a/app-backup/restic/restic-0.9.4.ebuild b/app-backup/restic/restic-0.9.4.ebuild index 7d8f330c0fe..7c7e7b73515 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 538885775d0..9c9a6edff6c 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=""
