diff options
author | David Roman <davidroman96@gmail.com> | 2019-11-05 19:45:50 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-11-06 17:08:50 +0200 |
commit | e6d2fbc58d986a33635143cc1e475a369f3e4c8d (patch) | |
tree | d40e2bdc16f895977b2b95dd2ab5afb1109ca2e5 /app-backup/restic | |
parent | www-client/vivaldi-snapshot: Version 2.9.1719.3_p1 (diff) | |
download | gentoo-e6d2fbc58d986a33635143cc1e475a369f3e4c8d.tar.gz gentoo-e6d2fbc58d986a33635143cc1e475a369f3e4c8d.tar.bz2 gentoo-e6d2fbc58d986a33635143cc1e475a369f3e4c8d.zip |
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@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13557
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-backup/restic')
-rw-r--r-- | app-backup/restic/restic-0.9.4.ebuild | 2 | ||||
-rw-r--r-- | 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 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="" |