Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/vgrep/
Date: Sun, 28 Jun 2020 23:06:43
Message-Id: 1593385594.1f256ece35cddedb93e6abdc7faae39bdb20c221.whissi@gentoo
1 commit: 1f256ece35cddedb93e6abdc7faae39bdb20c221
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 28 23:06:34 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 28 23:06:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f256ece
7
8 app-text/vgrep: add BSD license
9
10 Package-Manager: Portage-2.3.101, Repoman-2.3.22
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 app-text/vgrep/vgrep-2.3.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-text/vgrep/vgrep-2.3.1.ebuild b/app-text/vgrep/vgrep-2.3.1.ebuild
17 index 0ccd06c8eb5..f50049ccd32 100644
18 --- a/app-text/vgrep/vgrep-2.3.1.ebuild
19 +++ b/app-text/vgrep/vgrep-2.3.1.ebuild
20 @@ -9,7 +9,7 @@ DESCRIPTION="A pager for grep, git-grep and similar grep implementations"
21 HOMEPAGE="https://github.com/vrothberg/vgrep"
22 SRC_URI="https://github.com/vrothberg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23
24 -LICENSE="GPL-3+ MIT MIT-with-advertising"
25 +LICENSE="BSD GPL-3+ MIT MIT-with-advertising"
26 SLOT="0"
27 KEYWORDS="~amd64"