Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/rqlite/
Date: Sat, 21 Sep 2019 02:23:25
Message-Id: 1569032515.dca88ca6ef2546641145897c3aeb7632f0237791.zmedico@gentoo
1 commit: dca88ca6ef2546641145897c3aeb7632f0237791
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 21 02:21:22 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 21 02:21:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca88ca6
7
8 dev-db/rqlite: LICENSE: account for vendored software
9
10 Reported-by: Michał Górny <mgorny <AT> gentoo.org>
11 Closes: https://bugs.gentoo.org/695234
12 Package-Manager: Portage-2.3.76, Repoman-2.3.17
13 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
14
15 dev-db/rqlite/rqlite-4.5.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-db/rqlite/rqlite-4.5.0.ebuild b/dev-db/rqlite/rqlite-4.5.0.ebuild
19 index b50f2ccf30b..694c86a5746 100644
20 --- a/dev-db/rqlite/rqlite-4.5.0.ebuild
21 +++ b/dev-db/rqlite/rqlite-4.5.0.ebuild
22 @@ -27,7 +27,7 @@ KEYWORDS="~amd64"
23 DESCRIPTION="Replicated SQLite using the Raft consensus protocol"
24
25 HOMEPAGE="https://github.com/rqlite/rqlite http://www.philipotoole.com/tag/rqlite/"
26 -LICENSE="MIT"
27 +LICENSE="MIT BSD MPL-2.0"
28 SLOT="0"
29 IUSE=""
30 EGIT_REPO_URI="https://${EGO_PN}.git"