From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8BF96138334 for ; Sat, 21 Sep 2019 02:23:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9450E0893; Sat, 21 Sep 2019 02:23:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B6F3E0893 for ; Sat, 21 Sep 2019 02:23:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B49B934B437 for ; Sat, 21 Sep 2019 02:23:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 087F27F5 for ; Sat, 21 Sep 2019 02:23:20 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1569032515.dca88ca6ef2546641145897c3aeb7632f0237791.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/rqlite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/rqlite/rqlite-4.5.0.ebuild X-VCS-Directories: dev-db/rqlite/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: dca88ca6ef2546641145897c3aeb7632f0237791 X-VCS-Branch: master Date: Sat, 21 Sep 2019 02:23:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e672d220-d1cb-4927-b272-ead64bc0a549 X-Archives-Hash: c0a29a4f10f310f4729aac30bc2991b5 commit: dca88ca6ef2546641145897c3aeb7632f0237791 Author: Zac Medico gentoo org> AuthorDate: Sat Sep 21 02:21:22 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Sep 21 02:21:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca88ca6 dev-db/rqlite: LICENSE: account for vendored software Reported-by: Michał Górny gentoo.org> Closes: https://bugs.gentoo.org/695234 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico gentoo.org> dev-db/rqlite/rqlite-4.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/rqlite/rqlite-4.5.0.ebuild b/dev-db/rqlite/rqlite-4.5.0.ebuild index b50f2ccf30b..694c86a5746 100644 --- a/dev-db/rqlite/rqlite-4.5.0.ebuild +++ b/dev-db/rqlite/rqlite-4.5.0.ebuild @@ -27,7 +27,7 @@ KEYWORDS="~amd64" DESCRIPTION="Replicated SQLite using the Raft consensus protocol" HOMEPAGE="https://github.com/rqlite/rqlite http://www.philipotoole.com/tag/rqlite/" -LICENSE="MIT" +LICENSE="MIT BSD MPL-2.0" SLOT="0" IUSE="" EGIT_REPO_URI="https://${EGO_PN}.git"